Html Css Color HEX #420164 Indigo

📋 copy color: '#420164'

red 66 ◦ green 1 ◦ blue 100

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

Shades of Indigo #420164

Tints of Indigo #420164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 59.88%

R = 39.52%
G = 0.6%
B = 59.88%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#420164 (or 0x420164) is known color: Indigo. HEX triplet: 42, 01 and 64. RGB value is (66,1,100). Sum of RGB (Red+Green+Blue) = 66+1+100=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 100 (39.45% from 255 or 59.88% from 167); Max value from RGB is 100 - color contains mainly: blue. Hex color #420164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420164 is #BDFE9B. Grayscale: #1F1F1F. Windows color (decimal): -12451484 or 6553922. OLE color: 6553922.

HSL color Cylindrical-coordinate representation of color #420164: hue angle of 279.39º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #420164 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 1 100 -
CMYK 0.34 0.99 0 0.61
HSL 279.39º 0.98% 0.2% -
HSV(B) 279.39º 0.99% 0.39% -
XYZ 4.56 2.1 12.22 -
YUV 31.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 66 1 100 0.34 0.99 0 0.61 279.39 0.98 0.2
Hex 42 1 64 22 63 0 3D 117 62 14
Octal 102 1 144 42 143 0 75 427 142 24
Binary 1000010 1 1100100 100010 1100011 0 111101 100010111 1100010 10100

Color Harmonies of #420164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420164

Black with #420164

Text Example


Text Example

White with #420164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420164; }

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

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

background-color css

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

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

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

border-color css

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

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

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