#3A2079

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

Shades of Persian Indigo #3A2079

Tints of Persian Indigo #3A2079

Color information

#3A2079 (or 0x3A2079) is unknown color: approx Persian Indigo. HEX triplet: 3A, 20 and 79. RGB value is (58,32,121). Sum of RGB (Red+Green+Blue) = 58+32+121=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A2079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2079 is #C5DF86. Grayscale: #313131. Windows color (decimal): -12967815 or 7938106. OLE color: 7938106.

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

Color convert

RGB5832121-
CMYK0.520.7400.53
HSL257.53º58.17%30%-
HSV(B)257.53º73.55%47.45%-
XYZ5.713.3118.43-
YUV49.92168.11133.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.49%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 121 (47.66% from 255) = 57.35%
R=27.49%
G=15.17%
B=57.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58321210.520.7400.53257.5358.1730
Hex3A2079344A0351023a1e
Octal7240171641120654027236
Binary11101010000011110011101001001010011010110000001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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