#3A15A0

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

Shades of Persian Indigo #3A15A0

Tints of Persian Indigo #3A15A0

Color information

#3A15A0 (or 0x3A15A0) is unknown color: approx Persian Indigo. HEX triplet: 3A, 15 and A0. RGB value is (58,21,160). Sum of RGB (Red+Green+Blue) = 58+21+160=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 160 (62.89% from 255 or 66.95% from 239); Max value from RGB is 160 - color contains mainly: blue. Hex color #3A15A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A15A0 is #C5EA5F. Grayscale: #2F2F2F. Windows color (decimal): -12970592 or 10491194. OLE color: 10491194.

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

Color convert

RGB5821160-
CMYK0.640.8700.37
HSL255.97º76.8%35.49%-
HSV(B)255.97º86.87%62.75%-
XYZ8.363.9733.58-
YUV47.91191.26135.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.27%
GREEN value IS 21 (8.59% from 255) = 8.79%
BLUE value IS 160 (62.89% from 255) = 66.95%
R=24.27%
G=8.79%
B=66.95%

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
Decimal58211600.640.8700.37255.9776.835.49
Hex3A15A040570251004d23
Octal722524010012704540011543
Binary11101010101101000001000000101011101001011000000001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A15A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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