#3A0CA9

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

Shades of Persian Indigo #3A0CA9

Tints of Persian Indigo #3A0CA9

Color information

#3A0CA9 (or 0x3A0CA9) is unknown color: approx Persian Indigo. HEX triplet: 3A, 0C and A9. RGB value is (58,12,169). Sum of RGB (Red+Green+Blue) = 58+12+169=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 169 (66.41% from 255 or 70.71% from 239); Max value from RGB is 169 - color contains mainly: blue. Hex color #3A0CA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0CA9 is #C5F356. Grayscale: #2B2B2B. Windows color (decimal): -12972887 or 11078714. OLE color: 11078714.

HSL color Cylindrical-coordinate representation of color #3A0CA9: hue angle of 257.58º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0CA9 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5812169-
CMYK0.660.9300.34
HSL257.58º86.74%35.49%-
HSV(B)257.58º92.9%66.27%-
XYZ9.044.0337.84-
YUV43.65198.74138.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.27%
GREEN value IS 12 (5.08% from 255) = 5.02%
BLUE value IS 169 (66.41% from 255) = 70.71%
R=24.27%
G=5.02%
B=70.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal58121690.660.9300.34257.5886.7435.49
Hex3ACA9425D0221025723
Octal721425110213504240212743
Binary1110101100101010011000010101110101000101000000101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,12,169); }

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

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

 a { background-color: rgb(58,12,169); }

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

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

 span { border-color: rgb(58,12,169); }

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