#392174

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

Shades of Persian Indigo #392174

Tints of Persian Indigo #392174

Color information

#392174 (or 0x392174) is unknown color: approx Persian Indigo. HEX triplet: 39, 21 and 74. RGB value is (57,33,116). Sum of RGB (Red+Green+Blue) = 57+33+116=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #392174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392174 is #C6DE8B. Grayscale: #313131. Windows color (decimal): -13033100 or 7610681. OLE color: 7610681.

HSL color Cylindrical-coordinate representation of color #392174: hue angle of 257.35º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #392174 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5733116-
CMYK0.510.7200.55
HSL257.35º55.7%29.22%-
HSV(B)257.35º71.55%45.49%-
XYZ5.383.2216.86-
YUV49.64165.45133.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 33 (13.28% from 255) = 16.02%
BLUE value IS 116 (45.70% from 255) = 56.31%
R=27.67%
G=16.02%
B=56.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57331160.510.7200.55257.3555.729.22
Hex3921743348037101381d
Octal7141164631100674017035
Binary11100110000111101001100111001000011011110000000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392174; }

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

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

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

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

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

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

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

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