#393AB1

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

Shades of Persian Blue #393AB1

Tints of Persian Blue #393AB1

Color information

#393AB1 (or 0x393AB1) is unknown color: approx Persian Blue. HEX triplet: 39, 3A and B1. RGB value is (57,58,177). Sum of RGB (Red+Green+Blue) = 57+58+177=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 177 (69.53% from 255 or 60.62% from 292); Max value from RGB is 177 - color contains mainly: blue. Hex color #393AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393AB1 is #C6C54E. Grayscale: #464646. Windows color (decimal): -13026639 or 11614777. OLE color: 11614777.

HSL color Cylindrical-coordinate representation of color #393AB1: hue angle of 239.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #393AB1 is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5758177-
CMYK0.680.6700.31
HSL239.5º51.28%45.88%-
HSV(B)239.5º67.8%69.41%-
XYZ11.147.0742.37-
YUV71.27187.67117.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.52%
GREEN value IS 58 (23.05% from 255) = 19.86%
BLUE value IS 177 (69.53% from 255) = 60.62%
R=19.52%
G=19.86%
B=60.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal57581770.680.6700.31239.551.2845.88
Hex393AB1444301Ff0332e
Octal71722611041030373606356
Binary111001111010101100011000100100001101111111110000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393AB1; }

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

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

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

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

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

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

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

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