#3E0EA3

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

Shades of Persian Indigo #3E0EA3

Tints of Persian Indigo #3E0EA3

Color information

#3E0EA3 (or 0x3E0EA3) is unknown color: approx Persian Indigo. HEX triplet: 3E, 0E and A3. RGB value is (62,14,163). Sum of RGB (Red+Green+Blue) = 62+14+163=239 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.94% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 163 (64.06% from 255 or 68.20% from 239); Max value from RGB is 163 - color contains mainly: blue. Hex color #3E0EA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0EA3 is #C1F15C. Grayscale: #2C2C2C. Windows color (decimal): -12710237 or 10686014. OLE color: 10686014.

HSL color Cylindrical-coordinate representation of color #3E0EA3: hue angle of 259.33º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E0EA3 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6214163-
CMYK0.620.9100.36
HSL259.33º84.18%34.71%-
HSV(B)259.33º91.41%63.92%-
XYZ8.753.9834.96-
YUV45.34194.4139.88-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.94%
GREEN value IS 14 (5.86% from 255) = 5.86%
BLUE value IS 163 (64.06% from 255) = 68.20%
R=25.94%
G=5.86%
B=68.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal62141630.620.9100.36259.3384.1834.71
Hex3EEA33E5B0241035423
Octal76162437613304440312443
Binary111110111010100011111110101101101001001000000111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,14,163); }

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

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

 a { background-color: rgb(62,14,163); }

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

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

 span { border-color: rgb(62,14,163); }

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