#392AB9

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

Shades of Persian Blue #392AB9

Tints of Persian Blue #392AB9

Color information

#392AB9 (or 0x392AB9) is unknown color: approx Persian Blue. HEX triplet: 39, 2A and B9. RGB value is (57,42,185). Sum of RGB (Red+Green+Blue) = 57+42+185=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 185 (72.66% from 255 or 65.14% from 284); Max value from RGB is 185 - color contains mainly: blue. Hex color #392AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392AB9 is #C6D546. Grayscale: #3E3E3E. Windows color (decimal): -13030727 or 12134969. OLE color: 12134969.

HSL color Cylindrical-coordinate representation of color #392AB9: hue angle of 246.29º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #392AB9 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5742185-
CMYK0.690.7700.27
HSL246.29º63%44.51%-
HSV(B)246.29º77.3%72.55%-
XYZ11.276.0346.47-
YUV62.79196.97123.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.07%
GREEN value IS 42 (16.80% from 255) = 14.79%
BLUE value IS 185 (72.66% from 255) = 65.14%
R=20.07%
G=14.79%
B=65.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57421850.690.7700.27246.296344.51
Hex392AB9454D01Bf63f2d
Octal71522711051150333667755
Binary111001101010101110011000101100110101101111110110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,42,185); }

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

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

 a { background-color: rgb(57,42,185); }

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

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

 span { border-color: rgb(57,42,185); }

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