#392177

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

Shades of Persian Indigo #392177

Tints of Persian Indigo #392177

Color information

#392177 (or 0x392177) is unknown color: approx Persian Indigo. HEX triplet: 39, 21 and 77. RGB value is (57,33,119). Sum of RGB (Red+Green+Blue) = 57+33+119=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #392177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392177 is #C6DE88. Grayscale: #313131. Windows color (decimal): -13033097 or 7807289. OLE color: 7807289.

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

Color convert

RGB5733119-
CMYK0.520.7200.53
HSL256.74º56.58%29.8%-
HSV(B)256.74º72.27%46.67%-
XYZ5.563.2917.79-
YUV49.98166.95133.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.27%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 119 (46.88% from 255) = 56.94%
R=27.27%
G=15.79%
B=56.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57331190.520.7200.53256.7456.5829.8
Hex3921773448035101391e
Octal7141167641100654017136
Binary11100110000111101111101001001000011010110000000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392177; }

 p { color: rgb(57,33,119); }

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

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

 a { background-color: rgb(57,33,119); }

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

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

 span { border-color: rgb(57,33,119); }

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