Html Css Color HEX #3E036D Indigo

📋 copy color: '#3E036D'

red 62 ◦ green 3 ◦ blue 109

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

Shades of Indigo #3E036D

Tints of Indigo #3E036D

RGB

 RED value IS 62 (24.61% from 255) = 35.63%

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

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

R = 35.63%
G = 1.72%
B = 62.64%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3E036D (or 0x3E036D) is known color: Indigo. HEX triplet: 3E, 03 and 6D. RGB value is (62,3,109). Sum of RGB (Red+Green+Blue) = 62+3+109=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E036D is #C1FC92. Grayscale: #202020. Windows color (decimal): -12713107 or 7144254. OLE color: 7144254.

HSL color Cylindrical-coordinate representation of color #3E036D: hue angle of 273.4º 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 #3E036D is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 62 3 109 -
CMYK 0.43 0.97 0 0.57
HSL 273.4º 0.95% 0.22% -
HSV(B) 273.4º 0.97% 0.43% -
XYZ 4.78 2.19 14.64 -
YUV 32.73 171.05 148.88 -
System Red Green Blue C M Y K H S L
Decimal 62 3 109 0.43 0.97 0 0.57 273.4 0.95 0.22
Hex 3E 3 6D 2B 61 0 39 111 5F 16
Octal 76 3 155 53 141 0 71 421 137 26
Binary 111110 11 1101101 101011 1100001 0 111001 100010001 1011111 10110

Color Harmonies of #3E036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E036D

Black with #3E036D

Text Example


Text Example

White with #3E036D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E036D; }

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

 H1.HeaderClassName
 {
   color: #3E036D;
 }
 .AnyTagClassName
 {
   color: #3E036D;
 }
</style>

background-color css

<style>
 a { background-color: #3E036D; }

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

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

border-color css

<style>
 span { border-color: #3E036D; }

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

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