Html Css Color HEX #42036A Indigo

📋 copy color: '#42036A'

red 66 ◦ green 3 ◦ blue 106

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

Shades of Indigo #42036A

Tints of Indigo #42036A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 60.57%

R = 37.71%
G = 1.71%
B = 60.57%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42036A (or 0x42036A) is known color: Indigo. HEX triplet: 42, 03 and 6A. RGB value is (66,3,106). Sum of RGB (Red+Green+Blue) = 66+3+106=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 106 (41.80% from 255 or 60.57% from 175); Max value from RGB is 106 - color contains mainly: blue. Hex color #42036A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42036A is #BDFC95. Grayscale: #212121. Windows color (decimal): -12450966 or 6947650. OLE color: 6947650.

HSL color Cylindrical-coordinate representation of color #42036A: hue angle of 276.7º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42036A is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 3 106 -
CMYK 0.38 0.97 0 0.58
HSL 276.7º 0.94% 0.21% -
HSV(B) 276.7º 0.97% 0.42% -
XYZ 4.88 2.26 13.82 -
YUV 33.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 66 3 106 0.38 0.97 0 0.58 276.7 0.94 0.21
Hex 42 3 6A 26 61 0 3A 115 5E 15
Octal 102 3 152 46 141 0 72 425 136 25
Binary 1000010 11 1101010 100110 1100001 0 111010 100010101 1011110 10101

Color Harmonies of #42036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42036A

Black with #42036A

Text Example


Text Example

White with #42036A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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