#392DD1

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

Shades of Persian Blue #392DD1

Tints of Persian Blue #392DD1

Color information

#392DD1 (or 0x392DD1) is unknown color: approx Persian Blue. HEX triplet: 39, 2D and D1. RGB value is (57,45,209). Sum of RGB (Red+Green+Blue) = 57+45+209=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 209 (82.03% from 255 or 67.20% from 311); Max value from RGB is 209 - color contains mainly: blue. Hex color #392DD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392DD1 is #C6D22E. Grayscale: #424242. Windows color (decimal): -13029935 or 13708601. OLE color: 13708601.

HSL color Cylindrical-coordinate representation of color #392DD1: hue angle of 244.39º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #392DD1 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5745209-
CMYK0.730.7800.18
HSL244.39º64.57%49.8%-
HSV(B)244.39º78.47%81.96%-
XYZ14.137.3561-
YUV67.28207.98120.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.33%
GREEN value IS 45 (17.97% from 255) = 14.47%
BLUE value IS 209 (82.03% from 255) = 67.20%
R=18.33%
G=14.47%
B=67.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal57452090.730.7800.18244.3964.5749.8
Hex392DD1494E012f44132
Octal715532111111602236410162
Binary1110011011011101000110010011001110010010111101001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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