#3A15A1

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

Shades of Persian Indigo #3A15A1

Tints of Persian Indigo #3A15A1

Color information

#3A15A1 (or 0x3A15A1) is unknown color: approx Persian Indigo. HEX triplet: 3A, 15 and A1. RGB value is (58,21,161). Sum of RGB (Red+Green+Blue) = 58+21+161=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 161 (63.28% from 255 or 67.08% from 240); Max value from RGB is 161 - color contains mainly: blue. Hex color #3A15A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A15A1 is #C5EA5E. Grayscale: #2F2F2F. Windows color (decimal): -12970591 or 10556730. OLE color: 10556730.

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

Color convert

RGB5821161-
CMYK0.640.8700.37
HSL255.86º76.92%35.69%-
HSV(B)255.86º86.96%63.14%-
XYZ8.454.0134.05-
YUV48.02191.76135.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.17%
GREEN value IS 21 (8.59% from 255) = 8.75%
BLUE value IS 161 (63.28% from 255) = 67.08%
R=24.17%
G=8.75%
B=67.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal58211610.640.8700.37255.8676.9235.69
Hex3A15A140570251004d24
Octal722524110012704540011544
Binary11101010101101000011000000101011101001011000000001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A15A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,21,161); }

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

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

 a { background-color: rgb(58,21,161); }

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

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

 span { border-color: rgb(58,21,161); }

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