Html Css Color HEX #420162 Indigo

📋 copy color: '#420162'

red 66 ◦ green 1 ◦ blue 98

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

Shades of Indigo #420162

Tints of Indigo #420162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 59.39%

R = 40%
G = 0.61%
B = 59.39%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#420162 (or 0x420162) is known color: Indigo. HEX triplet: 42, 01 and 62. RGB value is (66,1,98). Sum of RGB (Red+Green+Blue) = 66+1+98=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #420162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420162 is #BDFE9D. Grayscale: #1F1F1F. Windows color (decimal): -12451486 or 6422850. OLE color: 6422850.

HSL color Cylindrical-coordinate representation of color #420162: hue angle of 280.21º 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 #420162 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 1 98 -
CMYK 0.33 0.99 0 0.62
HSL 280.21º 0.98% 0.19% -
HSV(B) 280.21º 0.99% 0.38% -
XYZ 4.46 2.06 11.72 -
YUV 31.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 66 1 98 0.33 0.99 0 0.62 280.21 0.98 0.19
Hex 42 1 62 21 63 0 3E 118 62 13
Octal 102 1 142 41 143 0 76 430 142 23
Binary 1000010 1 1100010 100001 1100011 0 111110 100011000 1100010 10011

Color Harmonies of #420162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420162

Black with #420162

Text Example


Text Example

White with #420162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420162; }

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

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

background-color css

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

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

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

border-color css

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

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

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