#3A0477

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

Shades of Persian Indigo #3A0477

Tints of Persian Indigo #3A0477

Color information

#3A0477 (or 0x3A0477) is unknown color: approx Persian Indigo. HEX triplet: 3A, 04 and 77. RGB value is (58,4,119). Sum of RGB (Red+Green+Blue) = 58+4+119=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 119 (46.88% from 255 or 65.75% from 181); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A0477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0477 is #C5FB88. Grayscale: #202020. Windows color (decimal): -12974985 or 7799866. OLE color: 7799866.

HSL color Cylindrical-coordinate representation of color #3A0477: hue angle of 268.17º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A0477 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB584119-
CMYK0.510.9700.53
HSL268.17º93.5%24.12%-
HSV(B)268.17º96.64%46.67%-
XYZ5.122.3217.63-
YUV33.26176.39145.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.04%
GREEN value IS 4 (1.95% from 255) = 2.21%
BLUE value IS 119 (46.88% from 255) = 65.75%
R=32.04%
G=2.21%
B=65.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5841190.510.9700.53268.1793.524.12
Hex3A477336103510c5d18
Octal7241676314106541413530
Binary111010100111011111001111000010110101100001100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,4,119); }

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

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

 a { background-color: rgb(58,4,119); }

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

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

 span { border-color: rgb(58,4,119); }

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