#382775

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

Shades of Windsor #382775

Tints of Windsor #382775

Color information

#382775 (or 0x382775) is unknown color: approx Windsor. HEX triplet: 38, 27 and 75. RGB value is (56,39,117). Sum of RGB (Red+Green+Blue) = 56+39+117=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #382775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382775 is #C7D88A. Grayscale: #343434. Windows color (decimal): -13097099 or 7677752. OLE color: 7677752.

HSL color Cylindrical-coordinate representation of color #382775: hue angle of 253.08º 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 #382775 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5639117-
CMYK0.520.6700.54
HSL253.08º50%30.59%-
HSV(B)253.08º66.67%45.88%-
XYZ5.573.5817.23-
YUV52.98164.13130.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.42%
GREEN value IS 39 (15.62% from 255) = 18.40%
BLUE value IS 117 (46.09% from 255) = 55.19%
R=26.42%
G=18.40%
B=55.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56391170.520.6700.54253.085030.59
Hex3827753443036fd321f
Octal7047165641030663756237
Binary1110001001111110101110100100001101101101111110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382775; }

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

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

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

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

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

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

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

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