Html Css Color HEX #420390 Indigo

📋 copy color: '#420390'

red 66 ◦ green 3 ◦ blue 144

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

Shades of Indigo #420390

Tints of Indigo #420390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 67.61%

R = 30.99%
G = 1.41%
B = 67.61%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#420390 (or 0x420390) is known color: Indigo. HEX triplet: 42, 03 and 90. RGB value is (66,3,144). Sum of RGB (Red+Green+Blue) = 66+3+144=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #420390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420390 is #BDFC6F. Grayscale: #252525. Windows color (decimal): -12450928 or 9438018. OLE color: 9438018.

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

Color convert

RGB 66 3 144 -
CMYK 0.54 0.98 0 0.44
HSL 266.81º 0.96% 0.29% -
HSV(B) 266.81º 0.98% 0.56% -
XYZ 7.31 3.24 26.62 -
YUV 37.91 187.87 148.04 -
System Red Green Blue C M Y K H S L
Decimal 66 3 144 0.54 0.98 0 0.44 266.81 0.96 0.29
Hex 42 3 90 36 62 0 2C 10B 60 1D
Octal 102 3 220 66 142 0 54 413 140 35
Binary 1000010 11 10010000 110110 1100010 0 101100 100001011 1100000 11101

Color Harmonies of #420390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420390

Black with #420390

Text Example


Text Example

White with #420390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420390; }

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

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

background-color css

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

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

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

border-color css

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

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

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