Html Css Color HEX #460092 Indigo

📋 copy color: '#460092'

red 70 ◦ green 0 ◦ blue 146

#460092
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #460092

Tints of Indigo #460092

RGB

 RED value IS 70 (27.73% from 255) = 32.41%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 146 (57.42% from 255) = 67.59%

R = 32.41%
G = 0%
B = 67.59%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#460092 (or 0x460092) is known color: Indigo. HEX triplet: 46, 00 and 92. RGB value is (70,0,146). Sum of RGB (Red+Green+Blue) = 70+0+146=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #460092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460092 is #B9FF6D. Grayscale: #252525. Windows color (decimal): -12189550 or 9568326. OLE color: 9568326.

HSL color Cylindrical-coordinate representation of color #460092: hue angle of 268.77º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460092 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 0 146 -
CMYK 0.52 1 0 0.43
HSL 268.77º 1% 0.29% -
HSV(B) 268.77º 1% 0.57% -
XYZ 7.71 3.38 27.44 -
YUV 37.57 189.19 151.13 -
System Red Green Blue C M Y K H S L
Decimal 70 0 146 0.52 1 0 0.43 268.77 1 0.29
Hex 46 0 92 34 64 0 2B 10D 64 1D
Octal 106 0 222 64 144 0 53 415 144 35
Binary 1000110 0 10010010 110100 1100100 0 101011 100001101 1100100 11101

Color Harmonies of #460092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460092

Black with #460092

Text Example


Text Example

White with #460092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460092; }

 p { color: rgb(70,0,146); }

 H1.HeaderClassName
 {
   color: #460092;
 }
 .AnyTagClassName
 {
   color: #460092;
 }
</style>

background-color css

<style>
 a { background-color: #460092; }

 a { background-color: rgb(70,0,146); }

 div.DivClassName
 {
   background-color: #460092;
 }
 .BgClassName
 {
   background-color: #460092;
 }
</style>

border-color css

<style>
 span { border-color: #460092; }

 span { border-color: rgb(70,0,146); }

 td.TdClassName
 {
   border-color: #460092;
 }
 .TagClassName
 {
   border-color: #460092;
 }
</style>