#392BC1

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

Shades of Persian Blue #392BC1

Tints of Persian Blue #392BC1

Color information

#392BC1 (or 0x392BC1) is unknown color: approx Persian Blue. HEX triplet: 39, 2B and C1. RGB value is (57,43,193). Sum of RGB (Red+Green+Blue) = 57+43+193=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 193 (75.78% from 255 or 65.87% from 293); Max value from RGB is 193 - color contains mainly: blue. Hex color #392BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392BC1 is #C6D43E. Grayscale: #3F3F3F. Windows color (decimal): -13030463 or 12659513. OLE color: 12659513.

HSL color Cylindrical-coordinate representation of color #392BC1: hue angle of 245.6º degrees, saturation: 0.64, 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 #392BC1 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5743193-
CMYK0.700.7800.24
HSL245.6º63.56%46.27%-
HSV(B)245.6º77.72%75.69%-
XYZ12.186.4551.05-
YUV64.29200.64122.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.45%
GREEN value IS 43 (17.19% from 255) = 14.68%
BLUE value IS 193 (75.78% from 255) = 65.87%
R=19.45%
G=14.68%
B=65.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal57431930.700.7800.24245.663.5646.27
Hex392BC1464E018f6402e
Octal715330110611603036610056
Binary1110011010111100000110001101001110011000111101101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,43,193); }

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

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

 a { background-color: rgb(57,43,193); }

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

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

 span { border-color: rgb(57,43,193); }

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