Html Css Color HEX #420292 Indigo

📋 copy color: '#420292'

red 66 ◦ green 2 ◦ blue 146

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

Shades of Indigo #420292

Tints of Indigo #420292

RGB

 RED value IS 66 (26.17% from 255) = 30.84%

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 30.84%
G = 0.93%
B = 68.22%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#420292 (or 0x420292) is known color: Indigo. HEX triplet: 42, 02 and 92. RGB value is (66,2,146). Sum of RGB (Red+Green+Blue) = 66+2+146=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #420292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420292 is #BDFD6D. Grayscale: #252525. Windows color (decimal): -12451182 or 9568834. OLE color: 9568834.

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

Color convert

RGB 66 2 146 -
CMYK 0.55 0.99 0 0.43
HSL 266.67º 0.97% 0.29% -
HSV(B) 266.67º 0.99% 0.57% -
XYZ 7.46 3.28 27.43 -
YUV 37.55 189.2 148.29 -
System Red Green Blue C M Y K H S L
Decimal 66 2 146 0.55 0.99 0 0.43 266.67 0.97 0.29
Hex 42 2 92 37 63 0 2B 10B 61 1D
Octal 102 2 222 67 143 0 53 413 141 35
Binary 1000010 10 10010010 110111 1100011 0 101011 100001011 1100001 11101

Color Harmonies of #420292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420292

Black with #420292

Text Example


Text Example

White with #420292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420292; }

 p { color: rgb(66,2,146); }

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

background-color css

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

 a { background-color: rgb(66,2,146); }

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

border-color css

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

 span { border-color: rgb(66,2,146); }

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