#392073

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

Shades of Persian Indigo #392073

Tints of Persian Indigo #392073

Color information

#392073 (or 0x392073) is unknown color: approx Persian Indigo. HEX triplet: 39, 20 and 73. RGB value is (57,32,115). Sum of RGB (Red+Green+Blue) = 57+32+115=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #392073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392073 is #C6DF8C. Grayscale: #303030. Windows color (decimal): -13033357 or 7544889. OLE color: 7544889.

HSL color Cylindrical-coordinate representation of color #392073: hue angle of 258.07º 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 #392073 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5732115-
CMYK0.500.7200.55
HSL258.07º56.46%28.82%-
HSV(B)258.07º72.17%45.1%-
XYZ5.33.1416.55-
YUV48.94165.28133.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 32 (12.89% from 255) = 15.69%
BLUE value IS 115 (45.31% from 255) = 56.37%
R=27.94%
G=15.69%
B=56.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57321150.500.7200.55258.0756.4628.82
Hex3920733248037102381d
Octal7140163621100674027035
Binary11100110000011100111100101001000011011110000001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392073; }

 p { color: rgb(57,32,115); }

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

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

 a { background-color: rgb(57,32,115); }

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

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

 span { border-color: rgb(57,32,115); }

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