#3E0E7C

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

Shades of Persian Indigo #3E0E7C

Tints of Persian Indigo #3E0E7C

Color information

#3E0E7C (or 0x3E0E7C) is unknown color: approx Persian Indigo. HEX triplet: 3E, 0E and 7C. RGB value is (62,14,124). Sum of RGB (Red+Green+Blue) = 62+14+124=200 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E0E7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0E7C is #C1F183. Grayscale: #282828. Windows color (decimal): -12710276 or 8130110. OLE color: 8130110.

HSL color Cylindrical-coordinate representation of color #3E0E7C: hue angle of 266.18º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E0E7C is Cyan = 0.5, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6214124-
CMYK0.50.8900.51
HSL266.18º79.71%27.06%-
HSV(B)266.18º88.71%48.63%-
XYZ5.782.7919.3-
YUV40.89174.9143.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31%
GREEN value IS 14 (5.86% from 255) = 7%
BLUE value IS 124 (48.83% from 255) = 62%
R=31%
G=7%
B=62%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal62141240.50.8900.51266.1879.7127.06
Hex3EE7C325903310a501b
Octal76161746213106341212033
Binary1111101110111110011001010110010110011100001010101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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