#3A13AA

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

Shades of Persian Indigo #3A13AA

Tints of Persian Indigo #3A13AA

Color information

#3A13AA (or 0x3A13AA) is unknown color: approx Persian Indigo. HEX triplet: 3A, 13 and AA. RGB value is (58,19,170). Sum of RGB (Red+Green+Blue) = 58+19+170=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A13AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A13AA is #C5EC55. Grayscale: #2F2F2F. Windows color (decimal): -12971094 or 11146042. OLE color: 11146042.

HSL color Cylindrical-coordinate representation of color #3A13AA: hue angle of 255.5º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A13AA is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5819170-
CMYK0.660.8900.33
HSL255.5º79.89%37.06%-
HSV(B)255.5º88.82%66.67%-
XYZ9.234.2738.37-
YUV47.88196.92135.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.48%
GREEN value IS 19 (7.81% from 255) = 7.69%
BLUE value IS 170 (66.80% from 255) = 68.83%
R=23.48%
G=7.69%
B=68.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58191700.660.8900.33255.579.8937.06
Hex3A13AA4259021ff5025
Octal722325210213104137712045
Binary1110101001110101010100001010110010100001111111111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A13AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,19,170); }

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

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

 a { background-color: rgb(58,19,170); }

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

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

 span { border-color: rgb(58,19,170); }

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