#393AAD

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

Shades of Persian Blue #393AAD

Tints of Persian Blue #393AAD

Color information

#393AAD (or 0x393AAD) is unknown color: approx Persian Blue. HEX triplet: 39, 3A and AD. RGB value is (57,58,173). Sum of RGB (Red+Green+Blue) = 57+58+173=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #393AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393AAD is #C6C552. Grayscale: #464646. Windows color (decimal): -13026643 or 11352633. OLE color: 11352633.

HSL color Cylindrical-coordinate representation of color #393AAD: hue angle of 239.48º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #393AAD is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5758173-
CMYK0.670.6600.32
HSL239.48º50.43%45.1%-
HSV(B)239.48º67.05%67.84%-
XYZ10.746.9140.3-
YUV70.81185.67118.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.79%
GREEN value IS 58 (23.05% from 255) = 20.14%
BLUE value IS 173 (67.97% from 255) = 60.07%
R=19.79%
G=20.14%
B=60.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal57581730.670.6600.32239.4850.4345.1
Hex393AAD4342020ef322d
Octal71722551031020403576255
Binary1110011110101010110110000111000010010000011101111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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