Html Css Color HEX #421199 Indigo

📋 copy color: '#421199'

red 66 ◦ green 17 ◦ blue 153

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

Shades of Indigo #421199

Tints of Indigo #421199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.2%

 BLUE value IS 153 (60.16% from 255) = 64.83%

R = 27.97%
G = 7.2%
B = 64.83%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#421199 (or 0x421199) is known color: Indigo. HEX triplet: 42, 11 and 99. RGB value is (66,17,153). Sum of RGB (Red+Green+Blue) = 66+17+153=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #421199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421199 is #BDEE66. Grayscale: #2E2E2E. Windows color (decimal): -12447335 or 10031426. OLE color: 10031426.

HSL color Cylindrical-coordinate representation of color #421199: hue angle of 261.62º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #421199 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 17 153 -
CMYK 0.57 0.89 0 0.4
HSL 261.62º 0.8% 0.33% -
HSV(B) 261.62º 0.89% 0.6% -
XYZ 8.2 3.86 30.45 -
YUV 47.16 187.73 141.44 -
System Red Green Blue C M Y K H S L
Decimal 66 17 153 0.57 0.89 0 0.4 261.62 0.8 0.33
Hex 42 11 99 39 59 0 28 106 50 21
Octal 102 21 231 71 131 0 50 406 120 41
Binary 1000010 10001 10011001 111001 1011001 0 101000 100000110 1010000 100001

Color Harmonies of #421199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421199

Black with #421199

Text Example


Text Example

White with #421199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421199; }

 p { color: rgb(66,17,153); }

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

background-color css

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

 a { background-color: rgb(66,17,153); }

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

border-color css

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

 span { border-color: rgb(66,17,153); }

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