#3E15A2

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

Shades of Persian Indigo #3E15A2

Tints of Persian Indigo #3E15A2

Color information

#3E15A2 (or 0x3E15A2) is unknown color: approx Persian Indigo. HEX triplet: 3E, 15 and A2. RGB value is (62,21,162). Sum of RGB (Red+Green+Blue) = 62+21+162=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 162 (63.67% from 255 or 66.12% from 245); Max value from RGB is 162 - color contains mainly: blue. Hex color #3E15A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E15A2 is #C1EA5D. Grayscale: #303030. Windows color (decimal): -12708446 or 10622270. OLE color: 10622270.

HSL color Cylindrical-coordinate representation of color #3E15A2: hue angle of 257.45º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E15A2 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6221162-
CMYK0.620.8700.36
HSL257.45º77.05%35.88%-
HSV(B)257.45º87.04%63.53%-
XYZ8.784.1734.52-
YUV49.33191.58137.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.31%
GREEN value IS 21 (8.59% from 255) = 8.57%
BLUE value IS 162 (63.67% from 255) = 66.12%
R=25.31%
G=8.57%
B=66.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal62211620.620.8700.36257.4577.0535.88
Hex3E15A23E570241014d24
Octal76252427612704440111544
Binary1111101010110100010111110101011101001001000000011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E15A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,21,162); }

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

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

 a { background-color: rgb(62,21,162); }

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

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

 span { border-color: rgb(62,21,162); }

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