Html Css Color HEX #420290 Indigo

📋 copy color: '#420290'

red 66 ◦ green 2 ◦ blue 144

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

Shades of Indigo #420290

Tints of Indigo #420290

RGB

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

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

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

R = 31.13%
G = 0.94%
B = 67.92%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#420290 (or 0x420290) is known color: Indigo. HEX triplet: 42, 02 and 90. RGB value is (66,2,144). Sum of RGB (Red+Green+Blue) = 66+2+144=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #420290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420290 is #BDFD6F. Grayscale: #242424. Windows color (decimal): -12451184 or 9437762. OLE color: 9437762.

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

Color convert

RGB 66 2 144 -
CMYK 0.54 0.99 0 0.44
HSL 267.04º 0.97% 0.29% -
HSV(B) 267.04º 0.99% 0.56% -
XYZ 7.3 3.22 26.62 -
YUV 37.32 188.2 148.45 -
System Red Green Blue C M Y K H S L
Decimal 66 2 144 0.54 0.99 0 0.44 267.04 0.97 0.29
Hex 42 2 90 36 63 0 2C 10B 61 1D
Octal 102 2 220 66 143 0 54 413 141 35
Binary 1000010 10 10010000 110110 1100011 0 101100 100001011 1100001 11101

Color Harmonies of #420290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420290

Black with #420290

Text Example


Text Example

White with #420290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420290; }

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

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

background-color css

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

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

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

border-color css

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

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

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