Html Css Color HEX #420160 Indigo

📋 copy color: '#420160'

red 66 ◦ green 1 ◦ blue 96

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

Shades of Indigo #420160

Tints of Indigo #420160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 58.9%

R = 40.49%
G = 0.61%
B = 58.9%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#420160 (or 0x420160) is known color: Indigo. HEX triplet: 42, 01 and 60. RGB value is (66,1,96). Sum of RGB (Red+Green+Blue) = 66+1+96=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #420160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420160 is #BDFE9F. Grayscale: #1E1E1E. Windows color (decimal): -12451488 or 6291778. OLE color: 6291778.

HSL color Cylindrical-coordinate representation of color #420160: hue angle of 281.05º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #420160 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 1 96 -
CMYK 0.31 0.99 0 0.62
HSL 281.05º 0.98% 0.19% -
HSV(B) 281.05º 0.99% 0.38% -
XYZ 4.37 2.02 11.23 -
YUV 31.27 164.53 152.78 -
System Red Green Blue C M Y K H S L
Decimal 66 1 96 0.31 0.99 0 0.62 281.05 0.98 0.19
Hex 42 1 60 1F 63 0 3E 119 62 13
Octal 102 1 140 37 143 0 76 431 142 23
Binary 1000010 1 1100000 11111 1100011 0 111110 100011001 1100010 10011

Color Harmonies of #420160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420160

Black with #420160

Text Example


Text Example

White with #420160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420160; }

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

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

background-color css

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

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

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

border-color css

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

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

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