Html Css Color HEX #42119B Indigo

📋 copy color: '#42119B'

red 66 ◦ green 17 ◦ blue 155

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

Shades of Indigo #42119B

Tints of Indigo #42119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.13%

R = 27.73%
G = 7.14%
B = 65.13%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42119B (or 0x42119B) is known color: Indigo. HEX triplet: 42, 11 and 9B. RGB value is (66,17,155). Sum of RGB (Red+Green+Blue) = 66+17+155=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #42119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42119B is #BDEE64. Grayscale: #2E2E2E. Windows color (decimal): -12447333 or 10162498. OLE color: 10162498.

HSL color Cylindrical-coordinate representation of color #42119B: hue angle of 261.3º 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 #42119B is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 17 155 -
CMYK 0.57 0.89 0 0.39
HSL 261.3º 0.8% 0.34% -
HSV(B) 261.3º 0.89% 0.61% -
XYZ 8.36 3.93 31.33 -
YUV 47.38 188.73 141.28 -
System Red Green Blue C M Y K H S L
Decimal 66 17 155 0.57 0.89 0 0.39 261.3 0.8 0.34
Hex 42 11 9B 39 59 0 27 105 50 22
Octal 102 21 233 71 131 0 47 405 120 42
Binary 1000010 10001 10011011 111001 1011001 0 100111 100000101 1010000 100010

Color Harmonies of #42119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42119B

Black with #42119B

Text Example


Text Example

White with #42119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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