#3e0b70

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

Shades of Persian Indigo #3E0B70

Tints of Persian Indigo #3E0B70

Color information

#3E0B70 (or 0x3E0B70) is unknown color: approx Persian Indigo. HEX triplet: 3E, 0B and 70. RGB value is (62,11,112). Sum of RGB (Red+Green+Blue) = 62+11+112=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E0B70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0B70 is #C1F48F. Grayscale: #252525. Windows color (decimal): -12711056 or 7342910. OLE color: 7342910.

HSL color Cylindrical-coordinate representation of color #3E0B70: hue angle of 270.3º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E0B70 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6211112-
CMYK0.450.9000.56
HSL270.3º82.11%24.12%-
HSV(B)270.3º90.18%43.92%-
XYZ5.032.4315.53-
YUV37.76169.9145.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.51%
GREEN value IS 11 (4.69% from 255) = 5.95%
BLUE value IS 112 (44.14% from 255) = 60.54%
R=33.51%
G=5.95%
B=60.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62111120.450.9000.56270.382.1124.12
Hex3EB702D5A03810e5218
Octal76131605513207041612230
Binary1111101011111000010110110110100111000100001110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e0b70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,11,112); }

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

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

 a { background-color: rgb(62,11,112); }

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

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

 span { border-color: rgb(62,11,112); }

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