#392683

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

Shades of Windsor #392683

Tints of Windsor #392683

Color information

#392683 (or 0x392683) is unknown color: approx Windsor. HEX triplet: 39, 26 and 83. RGB value is (57,38,131). Sum of RGB (Red+Green+Blue) = 57+38+131=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 131 (51.56% from 255 or 57.96% from 226); Max value from RGB is 131 - color contains mainly: blue. Hex color #392683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392683 is #C6D97C. Grayscale: #353535. Windows color (decimal): -13031805 or 8595001. OLE color: 8595001.

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

Color convert

RGB5738131-
CMYK0.560.7100.49
HSL252.26º55.03%33.14%-
HSV(B)252.26º70.99%51.37%-
XYZ6.483.8921.88-
YUV54.28171.29129.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.22%
GREEN value IS 38 (15.23% from 255) = 16.81%
BLUE value IS 131 (51.56% from 255) = 57.96%
R=25.22%
G=16.81%
B=57.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57381310.560.7100.49252.2655.0333.14
Hex3926833847031fc3721
Octal7146203701070613746741
Binary111001100110100000111110001000111011000111111100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392683; }

 p { color: rgb(57,38,131); }

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

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

 a { background-color: rgb(57,38,131); }

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

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

 span { border-color: rgb(57,38,131); }

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