Html Css Color HEX #3E0591 Indigo

📋 copy color: '#3E0591'

red 62 ◦ green 5 ◦ blue 145

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

Shades of Indigo #3E0591

Tints of Indigo #3E0591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.36%

 BLUE value IS 145 (57.03% from 255) = 68.4%

R = 29.25%
G = 2.36%
B = 68.4%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3E0591 (or 0x3E0591) is known color: Indigo. HEX triplet: 3E, 05 and 91. RGB value is (62,5,145). Sum of RGB (Red+Green+Blue) = 62+5+145=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #3E0591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0591 is #C1FA6E. Grayscale: #252525. Windows color (decimal): -12712559 or 9504062. OLE color: 9504062.

HSL color Cylindrical-coordinate representation of color #3E0591: hue angle of 264.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E0591 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 62 5 145 -
CMYK 0.57 0.97 0 0.43
HSL 264.43º 0.93% 0.29% -
HSV(B) 264.43º 0.97% 0.57% -
XYZ 7.15 3.18 27.02 -
YUV 38 188.38 145.12 -
System Red Green Blue C M Y K H S L
Decimal 62 5 145 0.57 0.97 0 0.43 264.43 0.93 0.29
Hex 3E 5 91 39 61 0 2B 108 5D 1D
Octal 76 5 221 71 141 0 53 410 135 35
Binary 111110 101 10010001 111001 1100001 0 101011 100001000 1011101 11101

Color Harmonies of #3E0591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0591

Black with #3E0591

Text Example


Text Example

White with #3E0591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,5,145); }

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

background-color css

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

 a { background-color: rgb(62,5,145); }

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

border-color css

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

 span { border-color: rgb(62,5,145); }

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