#3A197C

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

Shades of Persian Indigo #3A197C

Tints of Persian Indigo #3A197C

Color information

#3A197C (or 0x3A197C) is unknown color: approx Persian Indigo. HEX triplet: 3A, 19 and 7C. RGB value is (58,25,124). Sum of RGB (Red+Green+Blue) = 58+25+124=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A197C is #C5E683. Grayscale: #2D2D2D. Windows color (decimal): -12969604 or 8132922. OLE color: 8132922.

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

Color convert

RGB5825124-
CMYK0.530.8000.51
HSL260º66.44%29.22%-
HSV(B)260º79.84%48.63%-
XYZ5.733.0519.36-
YUV46.15171.93136.45-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.02%
GREEN value IS 25 (10.16% from 255) = 12.08%
BLUE value IS 124 (48.83% from 255) = 59.90%
R=28.02%
G=12.08%
B=59.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58251240.530.8000.5126066.4429.22
Hex3A197C3550033104421d
Octal72311746512006340410235
Binary11101011001111110011010110100000110011100000100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A197C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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