Html Css Color HEX #42119C Indigo

📋 copy color: '#42119C'

red 66 ◦ green 17 ◦ blue 156

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

Shades of Indigo #42119C

Tints of Indigo #42119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 65.27%

R = 27.62%
G = 7.11%
B = 65.27%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42119C (or 0x42119C) is known color: Indigo. HEX triplet: 42, 11 and 9C. RGB value is (66,17,156). Sum of RGB (Red+Green+Blue) = 66+17+156=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #42119C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42119C is #BDEE63. Grayscale: #2E2E2E. Windows color (decimal): -12447332 or 10228034. OLE color: 10228034.

HSL color Cylindrical-coordinate representation of color #42119C: hue angle of 261.15º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42119C is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 17 156 -
CMYK 0.58 0.89 0 0.39
HSL 261.15º 0.8% 0.34% -
HSV(B) 261.15º 0.89% 0.61% -
XYZ 8.45 3.96 31.77 -
YUV 47.5 189.23 141.2 -
System Red Green Blue C M Y K H S L
Decimal 66 17 156 0.58 0.89 0 0.39 261.15 0.8 0.34
Hex 42 11 9C 3A 59 0 27 105 50 22
Octal 102 21 234 72 131 0 47 405 120 42
Binary 1000010 10001 10011100 111010 1011001 0 100111 100000101 1010000 100010

Color Harmonies of #42119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42119C

Black with #42119C

Text Example


Text Example

White with #42119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42119C; }

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

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

background-color css

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

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

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

border-color css

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

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

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