#382776

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

Shades of Windsor #382776

Tints of Windsor #382776

Color information

#382776 (or 0x382776) is unknown color: approx Windsor. HEX triplet: 38, 27 and 76. RGB value is (56,39,118). Sum of RGB (Red+Green+Blue) = 56+39+118=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #382776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382776 is #C7D889. Grayscale: #343434. Windows color (decimal): -13097098 or 7743288. OLE color: 7743288.

HSL color Cylindrical-coordinate representation of color #382776: hue angle of 252.91º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #382776 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5639118-
CMYK0.530.6700.54
HSL252.91º50.32%30.78%-
HSV(B)252.91º66.95%46.27%-
XYZ5.633.617.54-
YUV53.09164.63130.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 39 (15.62% from 255) = 18.31%
BLUE value IS 118 (46.48% from 255) = 55.40%
R=26.29%
G=18.31%
B=55.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56391180.530.6700.54252.9150.3230.78
Hex3827763543036fd321f
Octal7047166651030663756237
Binary1110001001111110110110101100001101101101111110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382776; }

 p { color: rgb(56,39,118); }

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

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

 a { background-color: rgb(56,39,118); }

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

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

 span { border-color: rgb(56,39,118); }

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