Html Css Color HEX #420084 Indigo

📋 copy color: '#420084'

red 66 ◦ green 0 ◦ blue 132

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

Shades of Indigo #420084

Tints of Indigo #420084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 132 (51.95% from 255) = 66.67%

R = 33.33%
G = 0%
B = 66.67%

CMYK

 C value IS 0.5

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#420084 (or 0x420084) is known color: Indigo. HEX triplet: 42, 00 and 84. RGB value is (66,0,132). Sum of RGB (Red+Green+Blue) = 66+0+132=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 132 (51.95% from 255 or 66.67% from 198); Max value from RGB is 132 - color contains mainly: blue. Hex color #420084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420084 is #BDFF7B. Grayscale: #222222. Windows color (decimal): -12451708 or 8650818. OLE color: 8650818.

HSL color Cylindrical-coordinate representation of color #420084: hue angle of 270º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420084 is Cyan = 0.5, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 0 132 -
CMYK 0.5 1 0 0.48
HSL 270º 1% 0.26% -
HSV(B) 270º 1% 0.52% -
XYZ 6.41 2.82 22.04 -
YUV 34.78 182.87 150.27 -
System Red Green Blue C M Y K H S L
Decimal 66 0 132 0.5 1 0 0.48 270 1 0.26
Hex 42 0 84 32 64 0 30 10E 64 1A
Octal 102 0 204 62 144 0 60 416 144 32
Binary 1000010 0 10000100 110010 1100100 0 110000 100001110 1100100 11010

Color Harmonies of #420084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420084

Black with #420084

Text Example


Text Example

White with #420084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420084; }

 p { color: rgb(66,0,132); }

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

background-color css

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

 a { background-color: rgb(66,0,132); }

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

border-color css

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

 span { border-color: rgb(66,0,132); }

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