#392EB1

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

Shades of Persian Blue #392EB1

Tints of Persian Blue #392EB1

Color information

#392EB1 (or 0x392EB1) is unknown color: approx Persian Blue. HEX triplet: 39, 2E and B1. RGB value is (57,46,177). Sum of RGB (Red+Green+Blue) = 57+46+177=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 177 (69.53% from 255 or 63.21% from 280); Max value from RGB is 177 - color contains mainly: blue. Hex color #392EB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392EB1 is #C6D14E. Grayscale: #3F3F3F. Windows color (decimal): -13029711 or 11611705. OLE color: 11611705.

HSL color Cylindrical-coordinate representation of color #392EB1: hue angle of 245.04º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #392EB1 is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5746177-
CMYK0.680.7400.31
HSL245.04º58.74%43.73%-
HSV(B)245.04º74.01%69.41%-
XYZ10.6642.19-
YUV64.22191.64122.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.36%
GREEN value IS 46 (18.36% from 255) = 16.43%
BLUE value IS 177 (69.53% from 255) = 63.21%
R=20.36%
G=16.43%
B=63.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal57461770.680.7400.31245.0458.7443.73
Hex392EB1444A01Ff53b2c
Octal71562611041120373657354
Binary111001101110101100011000100100101001111111110101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,46,177); }

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

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

 a { background-color: rgb(57,46,177); }

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

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

 span { border-color: rgb(57,46,177); }

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