#3E0F72

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

Shades of Persian Indigo #3E0F72

Tints of Persian Indigo #3E0F72

Color information

#3E0F72 (or 0x3E0F72) is unknown color: approx Persian Indigo. HEX triplet: 3E, 0F and 72. RGB value is (62,15,114). Sum of RGB (Red+Green+Blue) = 62+15+114=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E0F72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0F72 is #C1F08D. Grayscale: #272727. Windows color (decimal): -12710030 or 7475006. OLE color: 7475006.

HSL color Cylindrical-coordinate representation of color #3E0F72: hue angle of 268.48º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E0F72 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6215114-
CMYK0.460.8700.55
HSL268.48º76.74%25.29%-
HSV(B)268.48º86.84%44.71%-
XYZ5.192.5816.14-
YUV40.34169.57143.45-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.46%
GREEN value IS 15 (6.25% from 255) = 7.85%
BLUE value IS 114 (44.92% from 255) = 59.69%
R=32.46%
G=7.85%
B=59.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62151140.460.8700.55268.4876.7425.29
Hex3EF722E5703710c4d19
Octal76171625612706741411531
Binary1111101111111001010111010101110110111100001100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,15,114); }

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

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

 a { background-color: rgb(62,15,114); }

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

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

 span { border-color: rgb(62,15,114); }

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