#392AC3

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

Shades of Persian Blue #392AC3

Tints of Persian Blue #392AC3

Color information

#392AC3 (or 0x392AC3) is unknown color: approx Persian Blue. HEX triplet: 39, 2A and C3. RGB value is (57,42,195). Sum of RGB (Red+Green+Blue) = 57+42+195=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 195 (76.56% from 255 or 66.33% from 294); Max value from RGB is 195 - color contains mainly: blue. Hex color #392AC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392AC3 is #C6D53C. Grayscale: #3F3F3F. Windows color (decimal): -13030717 or 12790329. OLE color: 12790329.

HSL color Cylindrical-coordinate representation of color #392AC3: hue angle of 245.88º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #392AC3 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5742195-
CMYK0.710.7800.24
HSL245.88º64.56%46.47%-
HSV(B)245.88º78.46%76.47%-
XYZ12.376.4752.23-
YUV63.93201.97123.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.39%
GREEN value IS 42 (16.80% from 255) = 14.29%
BLUE value IS 195 (76.56% from 255) = 66.33%
R=19.39%
G=14.29%
B=66.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal57421950.710.7800.24245.8864.5646.47
Hex392AC3474E018f6412e
Octal715230310711603036610156
Binary1110011010101100001110001111001110011000111101101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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