#3932AE

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

Shades of Persian Blue #3932AE

Tints of Persian Blue #3932AE

Color information

#3932AE (or 0x3932AE) is unknown color: approx Persian Blue. HEX triplet: 39, 32 and AE. RGB value is (57,50,174). Sum of RGB (Red+Green+Blue) = 57+50+174=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #3932AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3932AE is #C6CD51. Grayscale: #414141. Windows color (decimal): -13028690 or 11416121. OLE color: 11416121.

HSL color Cylindrical-coordinate representation of color #3932AE: hue angle of 243.39º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3932AE is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5750174-
CMYK0.670.7100.32
HSL243.39º55.36%43.92%-
HSV(B)243.39º71.26%68.24%-
XYZ10.476.2140.69-
YUV66.23188.82121.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.28%
GREEN value IS 50 (19.92% from 255) = 17.79%
BLUE value IS 174 (68.36% from 255) = 61.92%
R=20.28%
G=17.79%
B=61.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal57501740.670.7100.32243.3955.3643.92
Hex3932AE4347020f3372c
Octal71622561031070403636754
Binary1110011100101010111010000111000111010000011110011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3932AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3932AE; }

 p { color: rgb(57,50,174); }

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

<style>
 a { background-color: #3932AE; }

 a { background-color: rgb(57,50,174); }

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

<style>
 span { border-color: #3932AE; }

 span { border-color: rgb(57,50,174); }

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