#3A057A

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

Shades of Persian Indigo #3A057A

Tints of Persian Indigo #3A057A

Color information

#3A057A (or 0x3A057A) is unknown color: approx Persian Indigo. HEX triplet: 3A, 05 and 7A. RGB value is (58,5,122). Sum of RGB (Red+Green+Blue) = 58+5+122=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 122 (48.05% from 255 or 65.95% from 185); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A057A is #C5FA85. Grayscale: #212121. Windows color (decimal): -12974726 or 7996730. OLE color: 7996730.

HSL color Cylindrical-coordinate representation of color #3A057A: hue angle of 267.18º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A057A is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB585122-
CMYK0.520.9600.52
HSL267.18º92.13%24.9%-
HSV(B)267.18º95.9%47.84%-
XYZ5.312.4118.6-
YUV34.18177.56144.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.35%
GREEN value IS 5 (2.34% from 255) = 2.70%
BLUE value IS 122 (48.05% from 255) = 65.95%
R=31.35%
G=2.70%
B=65.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5851220.520.9600.52267.1892.1324.9
Hex3A57A346003410b5c19
Octal7251726414006441313431
Binary111010101111101011010011000000110100100001011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,5,122); }

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

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

 a { background-color: rgb(58,5,122); }

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

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

 span { border-color: rgb(58,5,122); }

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