#3E0F85

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

Shades of Persian Indigo #3E0F85

Tints of Persian Indigo #3E0F85

Color information

#3E0F85 (or 0x3E0F85) is unknown color: approx Persian Indigo. HEX triplet: 3E, 0F and 85. RGB value is (62,15,133). Sum of RGB (Red+Green+Blue) = 62+15+133=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E0F85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0F85 is #C1F07A. Grayscale: #2A2A2A. Windows color (decimal): -12710011 or 8720190. OLE color: 8720190.

HSL color Cylindrical-coordinate representation of color #3E0F85: hue angle of 263.9º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E0F85 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6215133-
CMYK0.530.8900.48
HSL263.9º79.73%29.02%-
HSV(B)263.9º88.72%52.16%-
XYZ6.393.0622.44-
YUV42.5179.07141.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.52%
GREEN value IS 15 (6.25% from 255) = 7.14%
BLUE value IS 133 (52.34% from 255) = 63.33%
R=29.52%
G=7.14%
B=63.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62151330.530.8900.48263.979.7329.02
Hex3EF853559030108501d
Octal76172056513106041012035
Binary11111011111000010111010110110010110000100001000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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