#3A0580

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

Shades of Persian Indigo #3A0580

Tints of Persian Indigo #3A0580

Color information

#3A0580 (or 0x3A0580) is unknown color: approx Persian Indigo. HEX triplet: 3A, 05 and 80. RGB value is (58,5,128). Sum of RGB (Red+Green+Blue) = 58+5+128=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 128 (50.39% from 255 or 67.02% from 191); Max value from RGB is 128 - color contains mainly: blue. Hex color #3A0580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0580 is #C5FA7F. Grayscale: #222222. Windows color (decimal): -12974720 or 8389946. OLE color: 8389946.

HSL color Cylindrical-coordinate representation of color #3A0580: hue angle of 265.85º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A0580 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB585128-
CMYK0.550.9600.50
HSL265.85º92.48%26.08%-
HSV(B)265.85º96.09%50.2%-
XYZ5.72.5720.62-
YUV34.87180.56144.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.37%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 128 (50.39% from 255) = 67.02%
R=30.37%
G=2.62%
B=67.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5851280.550.9600.50265.8592.4826.08
Hex3A580376003210a5c1a
Octal7252006714006241213432
Binary1110101011000000011011111000000110010100001010101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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