#3E0A6B

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

Shades of Persian Indigo #3E0A6B

Tints of Persian Indigo #3E0A6B

Color information

#3E0A6B (or 0x3E0A6B) is unknown color: approx Persian Indigo. HEX triplet: 3E, 0A and 6B. RGB value is (62,10,107). Sum of RGB (Red+Green+Blue) = 62+10+107=179 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.64% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #3E0A6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0A6B is #C1F594. Grayscale: #242424. Windows color (decimal): -12711317 or 7014974. OLE color: 7014974.

HSL color Cylindrical-coordinate representation of color #3E0A6B: hue angle of 272.16º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E0A6B is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6210107-
CMYK0.420.9100.58
HSL272.16º82.91%22.94%-
HSV(B)272.16º90.65%41.96%-
XYZ4.752.314.1-
YUV36.61167.73146.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.64%
GREEN value IS 10 (4.30% from 255) = 5.59%
BLUE value IS 107 (42.19% from 255) = 59.78%
R=34.64%
G=5.59%
B=59.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62101070.420.9100.58272.1682.9122.94
Hex3EA6B2A5B03A1105317
Octal76121535213307242012327
Binary1111101010110101110101010110110111010100010000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,10,107); }

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

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

 a { background-color: rgb(62,10,107); }

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

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

 span { border-color: rgb(62,10,107); }

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