#3E0C6D

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

Shades of Persian Indigo #3E0C6D

Tints of Persian Indigo #3E0C6D

Color information

#3E0C6D (or 0x3E0C6D) is unknown color: approx Persian Indigo. HEX triplet: 3E, 0C and 6D. RGB value is (62,12,109). Sum of RGB (Red+Green+Blue) = 62+12+109=183 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.88% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E0C6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0C6D is #C1F392. Grayscale: #252525. Windows color (decimal): -12710803 or 7146558. OLE color: 7146558.

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

Color convert

RGB6212109-
CMYK0.430.8900.57
HSL270.93º80.17%23.73%-
HSV(B)270.93º88.99%42.75%-
XYZ4.882.3914.67-
YUV38.01168.06145.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.88%
GREEN value IS 12 (5.08% from 255) = 6.56%
BLUE value IS 109 (42.97% from 255) = 59.56%
R=33.88%
G=6.56%
B=59.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal62121090.430.8900.57270.9380.1723.73
Hex3EC6D2B5903910f5018
Octal76141555313107141712030
Binary1111101100110110110101110110010111001100001111101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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