#3A17A8

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

Shades of Persian Indigo #3A17A8

Tints of Persian Indigo #3A17A8

Color information

#3A17A8 (or 0x3A17A8) is unknown color: approx Persian Indigo. HEX triplet: 3A, 17 and A8. RGB value is (58,23,168). Sum of RGB (Red+Green+Blue) = 58+23+168=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 168 (66.02% from 255 or 67.47% from 249); Max value from RGB is 168 - color contains mainly: blue. Hex color #3A17A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A17A8 is #C5E857. Grayscale: #313131. Windows color (decimal): -12970072 or 11015994. OLE color: 11015994.

HSL color Cylindrical-coordinate representation of color #3A17A8: hue angle of 254.48º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A17A8 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5823168-
CMYK0.650.8600.34
HSL254.48º75.92%37.45%-
HSV(B)254.48º86.31%65.88%-
XYZ9.124.3437.4-
YUV50194.6133.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.29%
GREEN value IS 23 (9.38% from 255) = 9.24%
BLUE value IS 168 (66.02% from 255) = 67.47%
R=23.29%
G=9.24%
B=67.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal58231680.650.8600.34254.4875.9237.45
Hex3A17A84156022fe4c25
Octal722725010112604237611445
Binary1110101011110101000100000110101100100010111111101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A17A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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