#382575

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

Shades of Windsor #382575

Tints of Windsor #382575

Color information

#382575 (or 0x382575) is unknown color: approx Windsor. HEX triplet: 38, 25 and 75. RGB value is (56,37,117). Sum of RGB (Red+Green+Blue) = 56+37+117=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #382575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382575 is #C7DA8A. Grayscale: #333333. Windows color (decimal): -13097611 or 7677240. OLE color: 7677240.

HSL color Cylindrical-coordinate representation of color #382575: hue angle of 254.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #382575 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5637117-
CMYK0.520.6800.54
HSL254.25º51.95%30.2%-
HSV(B)254.25º68.38%45.88%-
XYZ5.53.4517.21-
YUV51.8164.79131-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.67%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 117 (46.09% from 255) = 55.71%
R=26.67%
G=17.62%
B=55.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56371170.520.6800.54254.2551.9530.2
Hex3825753444036fe341e
Octal7045165641040663766436
Binary1110001001011110101110100100010001101101111111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382575; }

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

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

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

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

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

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

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

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