#3A1979

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

Shades of Persian Indigo #3A1979

Tints of Persian Indigo #3A1979

Color information

#3A1979 (or 0x3A1979) is unknown color: approx Persian Indigo. HEX triplet: 3A, 19 and 79. RGB value is (58,25,121). Sum of RGB (Red+Green+Blue) = 58+25+121=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 121 (47.66% from 255 or 59.31% from 204); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A1979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1979 is #C5E686. Grayscale: #2D2D2D. Windows color (decimal): -12969607 or 7936314. OLE color: 7936314.

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

Color convert

RGB5825121-
CMYK0.520.7900.53
HSL260.62º65.75%28.63%-
HSV(B)260.62º79.34%47.45%-
XYZ5.542.9818.37-
YUV45.81170.43136.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.43%
GREEN value IS 25 (10.16% from 255) = 12.25%
BLUE value IS 121 (47.66% from 255) = 59.31%
R=28.43%
G=12.25%
B=59.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58251210.520.7900.53260.6265.7528.63
Hex3A1979344F035105421d
Octal72311716411706540510235
Binary11101011001111100111010010011110110101100000101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,25,121); }

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

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

 a { background-color: rgb(58,25,121); }

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

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

 span { border-color: rgb(58,25,121); }

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