#3E0D71

Color #3E0D71 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #3E0D71

Tints of Persian Indigo #3E0D71

Color information

#3E0D71 (or 0x3E0D71) is unknown color: approx Persian Indigo. HEX triplet: 3E, 0D and 71. RGB value is (62,13,113). Sum of RGB (Red+Green+Blue) = 62+13+113=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 113 (44.53% from 255 or 60.11% from 188); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E0D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0D71 is #C1F28E. Grayscale: #262626. Windows color (decimal): -12710543 or 7408958. OLE color: 7408958.

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

Color convert

RGB6213113-
CMYK0.450.8800.56
HSL269.4º79.37%24.71%-
HSV(B)269.4º88.5%44.31%-
XYZ5.112.515.84-
YUV39.05169.73144.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.98%
GREEN value IS 13 (5.47% from 255) = 6.91%
BLUE value IS 113 (44.53% from 255) = 60.11%
R=32.98%
G=6.91%
B=60.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62131130.450.8800.56269.479.3724.71
Hex3ED712D5803810d4f19
Octal76151615513007041511731
Binary1111101101111000110110110110000111000100001101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E0D71;
 }
 .AnyTagClassName
 {
   color: #3E0D71;
 }
</style>
background-color css

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

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

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

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

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

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