Html Css Color HEX #420184 Indigo

📋 copy color: '#420184'

red 66 ◦ green 1 ◦ blue 132

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

Shades of Indigo #420184

Tints of Indigo #420184

RGB

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

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

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

R = 33.17%
G = 0.5%
B = 66.33%

CMYK

 C value IS 0.5

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#420184 (or 0x420184) is known color: Indigo. HEX triplet: 42, 01 and 84. RGB value is (66,1,132). Sum of RGB (Red+Green+Blue) = 66+1+132=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 132 (51.95% from 255 or 66.33% from 199); Max value from RGB is 132 - color contains mainly: blue. Hex color #420184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420184 is #BDFE7B. Grayscale: #222222. Windows color (decimal): -12451452 or 8651074. OLE color: 8651074.

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

Color convert

RGB 66 1 132 -
CMYK 0.5 0.99 0 0.48
HSL 269.77º 0.98% 0.26% -
HSV(B) 269.77º 0.99% 0.52% -
XYZ 6.42 2.85 22.04 -
YUV 35.37 182.53 149.85 -
System Red Green Blue C M Y K H S L
Decimal 66 1 132 0.5 0.99 0 0.48 269.77 0.98 0.26
Hex 42 1 84 32 63 0 30 10E 62 1A
Octal 102 1 204 62 143 0 60 416 142 32
Binary 1000010 1 10000100 110010 1100011 0 110000 100001110 1100010 11010

Color Harmonies of #420184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420184

Black with #420184

Text Example


Text Example

White with #420184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420184; }

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

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

background-color css

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

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

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

border-color css

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

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

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