Html Css Color HEX #420389 Indigo

📋 copy color: '#420389'

red 66 ◦ green 3 ◦ blue 137

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

Shades of Indigo #420389

Tints of Indigo #420389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 66.5%

R = 32.04%
G = 1.46%
B = 66.5%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#420389 (or 0x420389) is known color: Indigo. HEX triplet: 42, 03 and 89. RGB value is (66,3,137). Sum of RGB (Red+Green+Blue) = 66+3+137=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 137 (53.91% from 255 or 66.50% from 206); Max value from RGB is 137 - color contains mainly: blue. Hex color #420389 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420389 is #BDFC76. Grayscale: #242424. Windows color (decimal): -12450935 or 8979266. OLE color: 8979266.

HSL color Cylindrical-coordinate representation of color #420389: hue angle of 268.21º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420389 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 3 137 -
CMYK 0.52 0.98 0 0.46
HSL 268.21º 0.96% 0.27% -
HSV(B) 268.21º 0.98% 0.54% -
XYZ 6.79 3.03 23.89 -
YUV 37.11 184.37 148.6 -
System Red Green Blue C M Y K H S L
Decimal 66 3 137 0.52 0.98 0 0.46 268.21 0.96 0.27
Hex 42 3 89 34 62 0 2E 10C 60 1B
Octal 102 3 211 64 142 0 56 414 140 33
Binary 1000010 11 10001001 110100 1100010 0 101110 100001100 1100000 11011

Color Harmonies of #420389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420389

Black with #420389

Text Example


Text Example

White with #420389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420389; }

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

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

background-color css

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

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

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

border-color css

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

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

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