Html Css Color HEX #42019B Indigo

📋 copy color: '#42019B'

red 66 ◦ green 1 ◦ blue 155

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

Shades of Indigo #42019B

Tints of Indigo #42019B

RGB

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

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

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

R = 29.73%
G = 0.45%
B = 69.82%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42019B (or 0x42019B) is known color: Indigo. HEX triplet: 42, 01 and 9B. RGB value is (66,1,155). Sum of RGB (Red+Green+Blue) = 66+1+155=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #42019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42019B is #BDFE64. Grayscale: #252525. Windows color (decimal): -12451429 or 10158402. OLE color: 10158402.

HSL color Cylindrical-coordinate representation of color #42019B: hue angle of 265.32º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42019B is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 1 155 -
CMYK 0.57 0.99 0 0.39
HSL 265.32º 0.99% 0.31% -
HSV(B) 265.32º 0.99% 0.61% -
XYZ 8.17 3.55 31.26 -
YUV 37.99 194.03 147.98 -
System Red Green Blue C M Y K H S L
Decimal 66 1 155 0.57 0.99 0 0.39 265.32 0.99 0.31
Hex 42 1 9B 39 63 0 27 109 63 1F
Octal 102 1 233 71 143 0 47 411 143 37
Binary 1000010 1 10011011 111001 1100011 0 100111 100001001 1100011 11111

Color Harmonies of #42019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42019B

Black with #42019B

Text Example


Text Example

White with #42019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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