Html Css Color HEX #3E0571 Indigo

📋 copy color: '#3E0571'

red 62 ◦ green 5 ◦ blue 113

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

Shades of Indigo #3E0571

Tints of Indigo #3E0571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 62.78%

R = 34.44%
G = 2.78%
B = 62.78%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3E0571 (or 0x3E0571) is known color: Indigo. HEX triplet: 3E, 05 and 71. RGB value is (62,5,113). Sum of RGB (Red+Green+Blue) = 62+5+113=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E0571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0571 is #C1FA8E. Grayscale: #212121. Windows color (decimal): -12712591 or 7406910. OLE color: 7406910.

HSL color Cylindrical-coordinate representation of color #3E0571: hue angle of 271.67º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E0571 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 62 5 113 -
CMYK 0.45 0.96 0 0.56
HSL 271.67º 0.92% 0.23% -
HSV(B) 271.67º 0.96% 0.44% -
XYZ 5.02 2.32 15.81 -
YUV 34.36 172.38 147.72 -
System Red Green Blue C M Y K H S L
Decimal 62 5 113 0.45 0.96 0 0.56 271.67 0.92 0.23
Hex 3E 5 71 2D 60 0 38 110 5C 17
Octal 76 5 161 55 140 0 70 420 134 27
Binary 111110 101 1110001 101101 1100000 0 111000 100010000 1011100 10111

Color Harmonies of #3E0571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0571

Black with #3E0571

Text Example


Text Example

White with #3E0571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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