Html Css Color HEX #420392 Indigo

📋 copy color: '#420392'

red 66 ◦ green 3 ◦ blue 146

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

Shades of Indigo #420392

Tints of Indigo #420392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

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

R = 30.7%
G = 1.4%
B = 67.91%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#420392 (or 0x420392) is known color: Indigo. HEX triplet: 42, 03 and 92. RGB value is (66,3,146). Sum of RGB (Red+Green+Blue) = 66+3+146=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 146 (57.42% from 255 or 67.91% from 215); Max value from RGB is 146 - color contains mainly: blue. Hex color #420392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420392 is #BDFC6D. Grayscale: #252525. Windows color (decimal): -12450926 or 9569090. OLE color: 9569090.

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

Color convert

RGB 66 3 146 -
CMYK 0.55 0.98 0 0.43
HSL 266.43º 0.96% 0.29% -
HSV(B) 266.43º 0.98% 0.57% -
XYZ 7.47 3.3 27.44 -
YUV 38.14 188.87 147.87 -
System Red Green Blue C M Y K H S L
Decimal 66 3 146 0.55 0.98 0 0.43 266.43 0.96 0.29
Hex 42 3 92 37 62 0 2B 10A 60 1D
Octal 102 3 222 67 142 0 53 412 140 35
Binary 1000010 11 10010010 110111 1100010 0 101011 100001010 1100000 11101

Color Harmonies of #420392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420392

Black with #420392

Text Example


Text Example

White with #420392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420392; }

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

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

background-color css

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

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

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

border-color css

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

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

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