#390892

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

Shades of Persian Indigo #390892

Tints of Persian Indigo #390892

Color information

#390892 (or 0x390892) is unknown color: approx Persian Indigo. HEX triplet: 39, 08 and 92. RGB value is (57,8,146). Sum of RGB (Red+Green+Blue) = 57+8+146=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #390892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390892 is #C6F76D. Grayscale: #252525. Windows color (decimal): -13039470 or 9570361. OLE color: 9570361.

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

Color convert

RGB578146-
CMYK0.610.9500.43
HSL261.3º89.61%30.2%-
HSV(B)261.3º94.52%57.25%-
XYZ6.963.1227.43-
YUV38.38188.73141.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 8 (3.52% from 255) = 3.79%
BLUE value IS 146 (57.42% from 255) = 69.19%
R=27.01%
G=3.79%
B=69.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5781460.610.9500.43261.389.6130.2
Hex398923D5F02B1055a1e
Octal71102227513705340513236
Binary11100110001001001011110110111110101011100000101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390892; }

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

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

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

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

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

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

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

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