#382787

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

Shades of Windsor #382787

Tints of Windsor #382787

Color information

#382787 (or 0x382787) is unknown color: approx Windsor. HEX triplet: 38, 27 and 87. RGB value is (56,39,135). Sum of RGB (Red+Green+Blue) = 56+39+135=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #382787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382787 is #C7D878. Grayscale: #363636. Windows color (decimal): -13097081 or 8857400. OLE color: 8857400.

HSL color Cylindrical-coordinate representation of color #382787: hue angle of 250.62º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #382787 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5639135-
CMYK0.590.7100.47
HSL250.62º55.17%34.12%-
HSV(B)250.62º71.11%52.94%-
XYZ6.734.0423.35-
YUV55.03173.13128.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 39 (15.62% from 255) = 16.96%
BLUE value IS 135 (53.12% from 255) = 58.70%
R=24.35%
G=16.96%
B=58.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56391350.590.7100.47250.6255.1734.12
Hex3827873B4702Ffb3722
Octal7047207731070573736742
Binary111000100111100001111110111000111010111111111011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382787; }

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

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

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

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

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

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

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

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