#3E0C6C

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

Shades of Persian Indigo #3E0C6C

Tints of Persian Indigo #3E0C6C

Color information

#3E0C6C (or 0x3E0C6C) is unknown color: approx Persian Indigo. HEX triplet: 3E, 0C and 6C. RGB value is (62,12,108). Sum of RGB (Red+Green+Blue) = 62+12+108=182 (24% of max value = 765). Red value is 62 (24.61% from 255 or 34.07% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E0C6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0C6C is #C1F393. Grayscale: #252525. Windows color (decimal): -12710804 or 7081022. OLE color: 7081022.

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

Color convert

RGB6212108-
CMYK0.430.8900.58
HSL271.25º80%23.53%-
HSV(B)271.25º88.89%42.35%-
XYZ4.822.3714.39-
YUV37.89167.56145.19-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.07%
GREEN value IS 12 (5.08% from 255) = 6.59%
BLUE value IS 108 (42.58% from 255) = 59.34%
R=34.07%
G=6.59%
B=59.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62121080.430.8900.58271.258023.53
Hex3EC6C2B5903A10f5018
Octal76141545313107241712030
Binary1111101100110110010101110110010111010100001111101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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