#3A15A2

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

Shades of Persian Indigo #3A15A2

Tints of Persian Indigo #3A15A2

Color information

#3A15A2 (or 0x3A15A2) is unknown color: approx Persian Indigo. HEX triplet: 3A, 15 and A2. RGB value is (58,21,162). Sum of RGB (Red+Green+Blue) = 58+21+162=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 162 (63.67% from 255 or 67.22% from 241); Max value from RGB is 162 - color contains mainly: blue. Hex color #3A15A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A15A2 is #C5EA5D. Grayscale: #2F2F2F. Windows color (decimal): -12970590 or 10622266. OLE color: 10622266.

HSL color Cylindrical-coordinate representation of color #3A15A2: hue angle of 255.74º 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 #3A15A2 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5821162-
CMYK0.640.8700.36
HSL255.74º77.05%35.88%-
HSV(B)255.74º87.04%63.53%-
XYZ8.534.0434.51-
YUV48.14192.26135.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.07%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 162 (63.67% from 255) = 67.22%
R=24.07%
G=8.71%
B=67.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58211620.640.8700.36255.7477.0535.88
Hex3A15A240570241004d24
Octal722524210012704440011544
Binary11101010101101000101000000101011101001001000000001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A15A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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