#382980

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

Shades of Windsor #382980

Tints of Windsor #382980

Color information

#382980 (or 0x382980) is unknown color: approx Windsor. HEX triplet: 38, 29 and 80. RGB value is (56,41,128). Sum of RGB (Red+Green+Blue) = 56+41+128=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #382980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382980 is #C7D67F. Grayscale: #373737. Windows color (decimal): -13096576 or 8399160. OLE color: 8399160.

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

Color convert

RGB5641128-
CMYK0.560.6800.50
HSL250.34º51.48%33.14%-
HSV(B)250.34º67.97%50.2%-
XYZ6.323.9920.86-
YUV55.4168.97128.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 128 (50.39% from 255) = 56.89%
R=24.89%
G=18.22%
B=56.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56411280.560.6800.50250.3451.4833.14
Hex3829803844032fa3321
Octal7051200701040623726341
Binary111000101001100000001110001000100011001011111010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382980; }

 p { color: rgb(56,41,128); }

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

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

 a { background-color: rgb(56,41,128); }

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

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

 span { border-color: rgb(56,41,128); }

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