#390492

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

Shades of Persian Indigo #390492

Tints of Persian Indigo #390492

Color information

#390492 (or 0x390492) is unknown color: approx Persian Indigo. HEX triplet: 39, 04 and 92. RGB value is (57,4,146). Sum of RGB (Red+Green+Blue) = 57+4+146=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 146 (57.42% from 255 or 70.53% from 207); Max value from RGB is 146 - color contains mainly: blue. Hex color #390492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390492 is #C6FB6D. Grayscale: #232323. Windows color (decimal): -13040494 or 9569337. OLE color: 9569337.

HSL color Cylindrical-coordinate representation of color #390492: hue angle of 262.39º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #390492 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB574146-
CMYK0.610.9700.43
HSL262.39º94.67%29.41%-
HSV(B)262.39º97.26%57.25%-
XYZ6.923.0327.41-
YUV36.03190.06142.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 4 (1.95% from 255) = 1.93%
BLUE value IS 146 (57.42% from 255) = 70.53%
R=27.54%
G=1.93%
B=70.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5741460.610.9700.43262.3994.6729.41
Hex394923D6102B1065f1d
Octal7142227514105340613735
Binary1110011001001001011110111000010101011100000110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390492; }

 p { color: rgb(57,4,146); }

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

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

 a { background-color: rgb(57,4,146); }

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

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

 span { border-color: rgb(57,4,146); }

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