Shades of Lucky Point #21295D
Tints of Lucky Point #21295D
RGB
CMYK
RGB Variations
Color information
#21295D (or 0x21295D) is known color: Lucky Point. HEX triplet: 21, 29 and 5D. RGB value is (33,41,93). Sum of RGB (Red+Green+Blue) = 33+41+93=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #21295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21295D is #DED6A2. Grayscale: #2C2C2C. Windows color (decimal): -14603939 or 6105377. OLE color: 6105377.
HSL color Cylindrical-coordinate representation of color #21295D: hue angle of 232º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21295D is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 41 | 93 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.64 |
| HSL | 232º | 0.48% | 0.25% | - |
| HSV(B) | 232º | 0.65% | 0.36% | - |
| XYZ | 3.4 | 2.7 | 10.7 | - |
| YUV | 44.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 93 | 0.65 | 0.56 | 0 | 0.64 | 232 | 0.48 | 0.25 |
| Hex | 21 | 29 | 5D | 41 | 38 | 0 | 40 | E8 | 30 | 19 |
| Octal | 41 | 51 | 135 | 101 | 70 | 0 | 100 | 350 | 60 | 31 |
| Binary | 100001 | 101001 | 1011101 | 1000001 | 111000 | 0 | 1000000 | 11101000 | 110000 | 11001 |
Color Harmonies of #21295D
Complementary color
Monochromatic Colors of #21295D
Black with #21295D
Text Example
Text Example
White with #21295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21295D; }
p { color: rgb(33,41,93); }
H1.HeaderClassName
{
color: #21295D;
}
.AnyTagClassName
{
color: #21295D;
}
</style>
background-color css
<style>
a { background-color: #21295D; }
a { background-color: rgb(33,41,93); }
div.DivClassName
{
background-color: #21295D;
}
.BgClassName
{
background-color: #21295D;
}
</style>
border-color css
<style>
span { border-color: #21295D; }
span { border-color: rgb(33,41,93); }
td.TdClassName
{
border-color: #21295D;
}
.TagClassName
{
border-color: #21295D;
}
</style>