#382C7C

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

Shades of Windsor #382C7C

Tints of Windsor #382C7C

Color information

#382C7C (or 0x382C7C) is unknown color: approx Windsor. HEX triplet: 38, 2C and 7C. RGB value is (56,44,124). Sum of RGB (Red+Green+Blue) = 56+44+124=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #382C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C7C is #C7D383. Grayscale: #383838. Windows color (decimal): -13095812 or 8137784. OLE color: 8137784.

HSL color Cylindrical-coordinate representation of color #382C7C: hue angle of 249º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #382C7C is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5644124-
CMYK0.550.6500.51
HSL249º47.62%32.94%-
HSV(B)249º64.52%48.63%-
XYZ6.174.119.53-
YUV56.71165.98127.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 44 (17.58% from 255) = 19.64%
BLUE value IS 124 (48.83% from 255) = 55.36%
R=25%
G=19.64%
B=55.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56441240.550.6500.5124947.6232.94
Hex382C7C3741033f93021
Octal7054174671010633716041
Binary11100010110011111001101111000001011001111111001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382C7C; }

 p { color: rgb(56,44,124); }

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

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

 a { background-color: rgb(56,44,124); }

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

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

 span { border-color: rgb(56,44,124); }

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