#392195

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

Shades of Persian Indigo #392195

Tints of Persian Indigo #392195

Color information

#392195 (or 0x392195) is unknown color: approx Persian Indigo. HEX triplet: 39, 21 and 95. RGB value is (57,33,149). Sum of RGB (Red+Green+Blue) = 57+33+149=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #392195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392195 is #C6DE6A. Grayscale: #343434. Windows color (decimal): -13033067 or 9773369. OLE color: 9773369.

HSL color Cylindrical-coordinate representation of color #392195: hue angle of 252.41º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #392195 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5733149-
CMYK0.620.7800.42
HSL252.41º63.74%35.69%-
HSV(B)252.41º77.85%58.43%-
XYZ7.664.1328.83-
YUV53.4181.95130.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.85%
GREEN value IS 33 (13.28% from 255) = 13.81%
BLUE value IS 149 (58.59% from 255) = 62.34%
R=23.85%
G=13.81%
B=62.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57331490.620.7800.42252.4163.7435.69
Hex3921953E4E02Afc4024
Octal71412257611605237410044
Binary1110011000011001010111111010011100101010111111001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392195; }

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

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

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

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

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

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

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

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