#382778

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

Shades of Windsor #382778

Tints of Windsor #382778

Color information

#382778 (or 0x382778) is unknown color: approx Windsor. HEX triplet: 38, 27 and 78. RGB value is (56,39,120). Sum of RGB (Red+Green+Blue) = 56+39+120=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #382778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382778 is #C7D887. Grayscale: #353535. Windows color (decimal): -13097096 or 7874360. OLE color: 7874360.

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

Color convert

RGB5639120-
CMYK0.530.6700.53
HSL252.59º50.94%31.18%-
HSV(B)252.59º67.5%47.06%-
XYZ5.753.6518.17-
YUV53.32165.63129.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 120 (47.27% from 255) = 55.81%
R=26.05%
G=18.14%
B=55.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56391200.530.6700.53252.5950.9431.18
Hex3827783543035fd331f
Octal7047170651030653756337
Binary1110001001111111000110101100001101101011111110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382778; }

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

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

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

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

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

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

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

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