#3A197A

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

Shades of Persian Indigo #3A197A

Tints of Persian Indigo #3A197A

Color information

#3A197A (or 0x3A197A) is unknown color: approx Persian Indigo. HEX triplet: 3A, 19 and 7A. RGB value is (58,25,122). Sum of RGB (Red+Green+Blue) = 58+25+122=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A197A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A197A is #C5E685. Grayscale: #2D2D2D. Windows color (decimal): -12969606 or 8001850. OLE color: 8001850.

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

Color convert

RGB5825122-
CMYK0.520.8000.52
HSL260.41º65.99%28.82%-
HSV(B)260.41º79.51%47.84%-
XYZ5.61318.7-
YUV45.92170.93136.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 25 (10.16% from 255) = 12.20%
BLUE value IS 122 (48.05% from 255) = 59.51%
R=28.29%
G=12.20%
B=59.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58251220.520.8000.52260.4165.9928.82
Hex3A197A3450034104421d
Octal72311726412006440410235
Binary11101011001111101011010010100000110100100000100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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