#392275

Color #392275 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #392275

Tints of Windsor #392275

Color information

#392275 (or 0x392275) is unknown color: approx Windsor. HEX triplet: 39, 22 and 75. RGB value is (57,34,117). Sum of RGB (Red+Green+Blue) = 57+34+117=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #392275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392275 is #C6DD8A. Grayscale: #323232. Windows color (decimal): -13032843 or 7676473. OLE color: 7676473.

HSL color Cylindrical-coordinate representation of color #392275: hue angle of 256.63º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #392275 is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5734117-
CMYK0.510.7100.54
HSL256.63º54.97%29.61%-
HSV(B)256.63º70.94%45.88%-
XYZ5.473.317.18-
YUV50.34165.62132.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.40%
GREEN value IS 34 (13.67% from 255) = 16.35%
BLUE value IS 117 (46.09% from 255) = 56.25%
R=27.40%
G=16.35%
B=56.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57341170.510.7100.54256.6354.9729.61
Hex3922753347036101371e
Octal7142165631070664016736
Binary11100110001011101011100111000111011011010000000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392275; }

 p { color: rgb(57,34,117); }

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

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

 a { background-color: rgb(57,34,117); }

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

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

 span { border-color: rgb(57,34,117); }

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