#3E0B6D

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

Shades of Persian Indigo #3E0B6D

Tints of Persian Indigo #3E0B6D

Color information

#3E0B6D (or 0x3E0B6D) is unknown color: approx Persian Indigo. HEX triplet: 3E, 0B and 6D. RGB value is (62,11,109). Sum of RGB (Red+Green+Blue) = 62+11+109=182 (24% of max value = 765). Red value is 62 (24.61% from 255 or 34.07% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E0B6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0B6D is #C1F492. Grayscale: #252525. Windows color (decimal): -12711059 or 7146302. OLE color: 7146302.

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

Color convert

RGB6211109-
CMYK0.430.9000.57
HSL271.22º81.67%23.53%-
HSV(B)271.22º89.91%42.75%-
XYZ4.872.3714.67-
YUV37.42168.4145.53-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.07%
GREEN value IS 11 (4.69% from 255) = 6.04%
BLUE value IS 109 (42.97% from 255) = 59.89%
R=34.07%
G=6.04%
B=59.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal62111090.430.9000.57271.2281.6723.53
Hex3EB6D2B5A03910f5218
Octal76131555313207141712230
Binary1111101011110110110101110110100111001100001111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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