Html Css Color HEX #42036F Indigo

📋 copy color: '#42036F'

red 66 ◦ green 3 ◦ blue 111

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

Shades of Indigo #42036F

Tints of Indigo #42036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.67%

 BLUE value IS 111 (43.75% from 255) = 61.67%

R = 36.67%
G = 1.67%
B = 61.67%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#42036F (or 0x42036F) is known color: Indigo. HEX triplet: 42, 03 and 6F. RGB value is (66,3,111). Sum of RGB (Red+Green+Blue) = 66+3+111=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #42036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42036F is #BDFC90. Grayscale: #212121. Windows color (decimal): -12450961 or 7275330. OLE color: 7275330.

HSL color Cylindrical-coordinate representation of color #42036F: hue angle of 275º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42036F is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 3 111 -
CMYK 0.41 0.97 0 0.56
HSL 275º 0.95% 0.22% -
HSV(B) 275º 0.97% 0.44% -
XYZ 5.15 2.37 15.23 -
YUV 34.15 171.37 150.72 -
System Red Green Blue C M Y K H S L
Decimal 66 3 111 0.41 0.97 0 0.56 275 0.95 0.22
Hex 42 3 6F 29 61 0 38 113 5F 16
Octal 102 3 157 51 141 0 70 423 137 26
Binary 1000010 11 1101111 101001 1100001 0 111000 100010011 1011111 10110

Color Harmonies of #42036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42036F

Black with #42036F

Text Example


Text Example

White with #42036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42036F; }

 p { color: rgb(66,3,111); }

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

background-color css

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

 a { background-color: rgb(66,3,111); }

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

border-color css

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

 span { border-color: rgb(66,3,111); }

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