#3A17A0

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

Shades of Persian Indigo #3A17A0

Tints of Persian Indigo #3A17A0

Color information

#3A17A0 (or 0x3A17A0) is unknown color: approx Persian Indigo. HEX triplet: 3A, 17 and A0. RGB value is (58,23,160). Sum of RGB (Red+Green+Blue) = 58+23+160=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 160 (62.89% from 255 or 66.39% from 241); Max value from RGB is 160 - color contains mainly: blue. Hex color #3A17A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A17A0 is #C5E85F. Grayscale: #303030. Windows color (decimal): -12970080 or 10491706. OLE color: 10491706.

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

Color convert

RGB5823160-
CMYK0.640.8600.37
HSL255.33º74.86%35.88%-
HSV(B)255.33º85.62%62.75%-
XYZ8.44.0533.6-
YUV49.08190.6134.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.07%
GREEN value IS 23 (9.38% from 255) = 9.54%
BLUE value IS 160 (62.89% from 255) = 66.39%
R=24.07%
G=9.54%
B=66.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal58231600.640.8600.37255.3374.8635.88
Hex3A17A04056025ff4b24
Octal722724010012604537711344
Binary1110101011110100000100000010101100100101111111111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A17A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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