#392CC1

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

Shades of Persian Blue #392CC1

Tints of Persian Blue #392CC1

Color information

#392CC1 (or 0x392CC1) is unknown color: approx Persian Blue. HEX triplet: 39, 2C and C1. RGB value is (57,44,193). Sum of RGB (Red+Green+Blue) = 57+44+193=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 193 (75.78% from 255 or 65.65% from 294); Max value from RGB is 193 - color contains mainly: blue. Hex color #392CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392CC1 is #C6D33E. Grayscale: #404040. Windows color (decimal): -13030207 or 12659769. OLE color: 12659769.

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

Color convert

RGB5744193-
CMYK0.700.7700.24
HSL245.23º62.87%46.47%-
HSV(B)245.23º77.2%75.69%-
XYZ12.216.5251.07-
YUV64.87200.31122.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.39%
GREEN value IS 44 (17.58% from 255) = 14.97%
BLUE value IS 193 (75.78% from 255) = 65.65%
R=19.39%
G=14.97%
B=65.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal57441930.700.7700.24245.2362.8746.47
Hex392CC1464D018f53f2e
Octal71543011061150303657756
Binary111001101100110000011000110100110101100011110101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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