Html Css Color HEX #42036D Indigo

📋 copy color: '#42036D'

red 66 ◦ green 3 ◦ blue 109

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

Shades of Indigo #42036D

Tints of Indigo #42036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 61.24%

R = 37.08%
G = 1.69%
B = 61.24%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42036D (or 0x42036D) is known color: Indigo. HEX triplet: 42, 03 and 6D. RGB value is (66,3,109). Sum of RGB (Red+Green+Blue) = 66+3+109=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #42036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42036D is #BDFC92. Grayscale: #212121. Windows color (decimal): -12450963 or 7144258. OLE color: 7144258.

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

Color convert

RGB 66 3 109 -
CMYK 0.39 0.97 0 0.57
HSL 275.66º 0.95% 0.22% -
HSV(B) 275.66º 0.97% 0.43% -
XYZ 5.04 2.33 14.65 -
YUV 33.92 170.37 150.88 -
System Red Green Blue C M Y K H S L
Decimal 66 3 109 0.39 0.97 0 0.57 275.66 0.95 0.22
Hex 42 3 6D 27 61 0 39 114 5F 16
Octal 102 3 155 47 141 0 71 424 137 26
Binary 1000010 11 1101101 100111 1100001 0 111001 100010100 1011111 10110

Color Harmonies of #42036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42036D

Black with #42036D

Text Example


Text Example

White with #42036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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