#393FAB

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

Shades of Persian Blue #393FAB

Tints of Persian Blue #393FAB

Color information

#393FAB (or 0x393FAB) is unknown color: approx Persian Blue. HEX triplet: 39, 3F and AB. RGB value is (57,63,171). Sum of RGB (Red+Green+Blue) = 57+63+171=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #393FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393FAB is #C6C054. Grayscale: #494949. Windows color (decimal): -13025365 or 11222841. OLE color: 11222841.

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

Color convert

RGB5763171-
CMYK0.670.6300.33
HSL236.84º50%44.71%-
HSV(B)236.84º66.67%67.06%-
XYZ10.827.3739.38-
YUV73.52183.01116.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.59%
GREEN value IS 63 (25% from 255) = 21.65%
BLUE value IS 171 (67.19% from 255) = 58.76%
R=19.59%
G=21.65%
B=58.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57631710.670.6300.33236.845044.71
Hex393FAB433F021ed322d
Octal7177253103770413556255
Binary111001111111101010111000011111111010000111101101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,63,171); }

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

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

 a { background-color: rgb(57,63,171); }

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

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

 span { border-color: rgb(57,63,171); }

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