#382479

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

Shades of Windsor #382479

Tints of Windsor #382479

Color information

#382479 (or 0x382479) is unknown color: approx Windsor. HEX triplet: 38, 24 and 79. RGB value is (56,36,121). Sum of RGB (Red+Green+Blue) = 56+36+121=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #382479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382479 is #C7DB86. Grayscale: #333333. Windows color (decimal): -13097863 or 7939128. OLE color: 7939128.

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

Color convert

RGB5636121-
CMYK0.540.7000.53
HSL254.12º54.14%30.78%-
HSV(B)254.12º70.25%47.45%-
XYZ5.713.4818.46-
YUV51.67167.13131.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 36 (14.45% from 255) = 16.90%
BLUE value IS 121 (47.66% from 255) = 56.81%
R=26.29%
G=16.90%
B=56.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56361210.540.7000.53254.1254.1430.78
Hex3824793646035fe361f
Octal7044171661060653766637
Binary1110001001001111001110110100011001101011111111011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382479; }

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

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

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

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

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

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

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

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