#3A2179

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

Shades of Persian Indigo #3A2179

Tints of Persian Indigo #3A2179

Color information

#3A2179 (or 0x3A2179) is unknown color: approx Persian Indigo. HEX triplet: 3A, 21 and 79. RGB value is (58,33,121). Sum of RGB (Red+Green+Blue) = 58+33+121=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A2179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2179 is #C5DE86. Grayscale: #323232. Windows color (decimal): -12967559 or 7938362. OLE color: 7938362.

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

Color convert

RGB5833121-
CMYK0.520.7300.53
HSL257.05º57.14%30.2%-
HSV(B)257.05º72.73%47.45%-
XYZ5.743.3718.44-
YUV50.51167.78133.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.36%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 121 (47.66% from 255) = 57.08%
R=27.36%
G=15.57%
B=57.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58331210.520.7300.53257.0557.1430.2
Hex3A21793449035101391e
Octal7241171641110654017136
Binary11101010000111110011101001001001011010110000000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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