#3A0578

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

Shades of Persian Indigo #3A0578

Tints of Persian Indigo #3A0578

Color information

#3A0578 (or 0x3A0578) is unknown color: approx Persian Indigo. HEX triplet: 3A, 05 and 78. RGB value is (58,5,120). Sum of RGB (Red+Green+Blue) = 58+5+120=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 120 (47.27% from 255 or 65.57% from 183); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A0578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0578 is #C5FA87. Grayscale: #212121. Windows color (decimal): -12974728 or 7865658. OLE color: 7865658.

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

Color convert

RGB585120-
CMYK0.520.9600.53
HSL267.65º92%24.51%-
HSV(B)267.65º95.83%47.06%-
XYZ5.192.3617.95-
YUV33.96176.56145.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.69%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 120 (47.27% from 255) = 65.57%
R=31.69%
G=2.73%
B=65.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5851200.520.9600.53267.659224.51
Hex3A578346003510c5c19
Octal7251706414006541413431
Binary111010101111100011010011000000110101100001100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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