#382472

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

Shades of Windsor #382472

Tints of Windsor #382472

Color information

#382472 (or 0x382472) is unknown color: approx Windsor. HEX triplet: 38, 24 and 72. RGB value is (56,36,114). Sum of RGB (Red+Green+Blue) = 56+36+114=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #382472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382472 is #C7DB8D. Grayscale: #323232. Windows color (decimal): -13097870 or 7480376. OLE color: 7480376.

HSL color Cylindrical-coordinate representation of color #382472: hue angle of 255.38º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #382472 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5636114-
CMYK0.510.6800.55
HSL255.38º52%29.41%-
HSV(B)255.38º68.42%44.71%-
XYZ5.33.3216.28-
YUV50.87163.63131.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 36 (14.45% from 255) = 17.48%
BLUE value IS 114 (44.92% from 255) = 55.34%
R=27.18%
G=17.48%
B=55.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56361140.510.6800.55255.385229.41
Hex3824723344037ff341d
Octal7044162631040673776435
Binary1110001001001110010110011100010001101111111111111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382472; }

 p { color: rgb(56,36,114); }

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

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

 a { background-color: rgb(56,36,114); }

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

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

 span { border-color: rgb(56,36,114); }

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