#392DB4

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

Shades of Persian Blue #392DB4

Tints of Persian Blue #392DB4

Color information

#392DB4 (or 0x392DB4) is unknown color: approx Persian Blue. HEX triplet: 39, 2D and B4. RGB value is (57,45,180). Sum of RGB (Red+Green+Blue) = 57+45+180=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 180 (70.70% from 255 or 63.83% from 282); Max value from RGB is 180 - color contains mainly: blue. Hex color #392DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392DB4 is #C6D24B. Grayscale: #3F3F3F. Windows color (decimal): -13029964 or 11808057. OLE color: 11808057.

HSL color Cylindrical-coordinate representation of color #392DB4: hue angle of 245.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #392DB4 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5745180-
CMYK0.680.7500.29
HSL245.33º60%44.12%-
HSV(B)245.33º75%70.59%-
XYZ10.866.0443.77-
YUV63.98193.48123.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.21%
GREEN value IS 45 (17.97% from 255) = 15.96%
BLUE value IS 180 (70.70% from 255) = 63.83%
R=20.21%
G=15.96%
B=63.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57451800.680.7500.29245.336044.12
Hex392DB4444B01Df53c2c
Octal71552641041130353657454
Binary111001101101101101001000100100101101110111110101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392DB4; }

 p { color: rgb(57,45,180); }

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

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

 a { background-color: rgb(57,45,180); }

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

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

 span { border-color: rgb(57,45,180); }

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