Shades of Windsor #382A7C
Tints of Windsor #382A7C
RGB
CMYK
RGB Variations
Color information
#382A7C (or 0x382A7C) is known color: Windsor. HEX triplet: 38, 2A and 7C. RGB value is (56,42,124). Sum of RGB (Red+Green+Blue) = 56+42+124=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #382A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382A7C is #C7D583. Grayscale: #373737. Windows color (decimal): -13096324 or 8137272. OLE color: 8137272.
HSL color Cylindrical-coordinate representation of color #382A7C: hue angle of 250.24º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #382A7C is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 42 | 124 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.51 |
| HSL | 250.24º | 0.49% | 0.33% | - |
| HSV(B) | 250.24º | 0.66% | 0.49% | - |
| XYZ | 6.1 | 3.95 | 19.51 | - |
| YUV | 55.53 | 166.64 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 124 | 0.55 | 0.66 | 0 | 0.51 | 250.24 | 0.49 | 0.33 |
| Hex | 38 | 2A | 7C | 37 | 42 | 0 | 33 | FA | 31 | 21 |
| Octal | 70 | 52 | 174 | 67 | 102 | 0 | 63 | 372 | 61 | 41 |
| Binary | 111000 | 101010 | 1111100 | 110111 | 1000010 | 0 | 110011 | 11111010 | 110001 | 100001 |
Color Harmonies of #382A7C
Complementary color
Monochromatic Colors of #382A7C
Black with #382A7C
Text Example
Text Example
White with #382A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382A7C; }
p { color: rgb(56,42,124); }
H1.HeaderClassName
{
color: #382A7C;
}
.AnyTagClassName
{
color: #382A7C;
}
</style>
background-color css
<style>
a { background-color: #382A7C; }
a { background-color: rgb(56,42,124); }
div.DivClassName
{
background-color: #382A7C;
}
.BgClassName
{
background-color: #382A7C;
}
</style>
border-color css
<style>
span { border-color: #382A7C; }
span { border-color: rgb(56,42,124); }
td.TdClassName
{
border-color: #382A7C;
}
.TagClassName
{
border-color: #382A7C;
}
</style>