#3E0C9B

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

Shades of Persian Indigo #3E0C9B

Tints of Persian Indigo #3E0C9B

Color information

#3E0C9B (or 0x3E0C9B) is unknown color: approx Persian Indigo. HEX triplet: 3E, 0C and 9B. RGB value is (62,12,155). Sum of RGB (Red+Green+Blue) = 62+12+155=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 155 (60.94% from 255 or 67.69% from 229); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E0C9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0C9B is #C1F364. Grayscale: #2A2A2A. Windows color (decimal): -12710757 or 10161214. OLE color: 10161214.

HSL color Cylindrical-coordinate representation of color #3E0C9B: hue angle of 260.98º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E0C9B is Cyan = 0.6, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6212155-
CMYK0.60.9200.39
HSL260.98º85.63%32.75%-
HSV(B)260.98º92.26%60.78%-
XYZ8.033.6531.29-
YUV43.25191.06141.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.07%
GREEN value IS 12 (5.08% from 255) = 5.24%
BLUE value IS 155 (60.94% from 255) = 67.69%
R=27.07%
G=5.24%
B=67.69%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal62121550.60.9200.39260.9885.6332.75
Hex3EC9B3C5C0271055621
Octal76142337413404740512641
Binary111110110010011011111100101110001001111000001011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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