#3A179E

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

Shades of Persian Indigo #3A179E

Tints of Persian Indigo #3A179E

Color information

#3A179E (or 0x3A179E) is unknown color: approx Persian Indigo. HEX triplet: 3A, 17 and 9E. RGB value is (58,23,158). Sum of RGB (Red+Green+Blue) = 58+23+158=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A179E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A179E is #C5E861. Grayscale: #303030. Windows color (decimal): -12970082 or 10360634. OLE color: 10360634.

HSL color Cylindrical-coordinate representation of color #3A179E: hue angle of 255.56º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A179E is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5823158-
CMYK0.630.8500.38
HSL255.56º74.59%35.49%-
HSV(B)255.56º85.44%61.96%-
XYZ8.223.9832.68-
YUV48.86189.6134.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.27%
GREEN value IS 23 (9.38% from 255) = 9.62%
BLUE value IS 158 (62.11% from 255) = 66.11%
R=24.27%
G=9.62%
B=66.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58231580.630.8500.38255.5674.5935.49
Hex3A179E3F550261004b23
Octal72272367712504640011343
Binary1110101011110011110111111101010101001101000000001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A179E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,23,158); }

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

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

 a { background-color: rgb(58,23,158); }

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

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

 span { border-color: rgb(58,23,158); }

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