Html Css Color HEX #420190 Indigo

📋 copy color: '#420190'

red 66 ◦ green 1 ◦ blue 144

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

Shades of Indigo #420190

Tints of Indigo #420190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 31.28%
G = 0.47%
B = 68.25%

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

#420190 (or 0x420190) is known color: Indigo. HEX triplet: 42, 01 and 90. RGB value is (66,1,144). Sum of RGB (Red+Green+Blue) = 66+1+144=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #420190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420190 is #BDFE6F. Grayscale: #242424. Windows color (decimal): -12451440 or 9437506. OLE color: 9437506.

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

Color convert

RGB 66 1 144 -
CMYK 0.54 0.99 0 0.44
HSL 267.27º 0.99% 0.28% -
HSV(B) 267.27º 0.99% 0.56% -
XYZ 7.29 3.19 26.62 -
YUV 36.74 188.53 148.87 -
System Red Green Blue C M Y K H S L
Decimal 66 1 144 0.54 0.99 0 0.44 267.27 0.99 0.28
Hex 42 1 90 36 63 0 2C 10B 63 1C
Octal 102 1 220 66 143 0 54 413 143 34
Binary 1000010 1 10010000 110110 1100011 0 101100 100001011 1100011 11100

Color Harmonies of #420190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420190

Black with #420190

Text Example


Text Example

White with #420190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420190; }

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

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

background-color css

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

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

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

border-color css

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

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

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