Shades of Lucky Point #21275F
Tints of Lucky Point #21275F
RGB
CMYK
RGB Variations
Color information
#21275F (or 0x21275F) is known color: Lucky Point. HEX triplet: 21, 27 and 5F. RGB value is (33,39,95). Sum of RGB (Red+Green+Blue) = 33+39+95=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #21275F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21275F is #DED8A0. Grayscale: #2B2B2B. Windows color (decimal): -14604449 or 6235937. OLE color: 6235937.
HSL color Cylindrical-coordinate representation of color #21275F: hue angle of 234.19º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21275F is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 39 | 95 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.63 |
| HSL | 234.19º | 0.48% | 0.25% | - |
| HSV(B) | 234.19º | 0.65% | 0.37% | - |
| XYZ | 3.42 | 2.6 | 11.15 | - |
| YUV | 43.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 95 | 0.65 | 0.59 | 0 | 0.63 | 234.19 | 0.48 | 0.25 |
| Hex | 21 | 27 | 5F | 41 | 3B | 0 | 3F | EA | 30 | 19 |
| Octal | 41 | 47 | 137 | 101 | 73 | 0 | 77 | 352 | 60 | 31 |
| Binary | 100001 | 100111 | 1011111 | 1000001 | 111011 | 0 | 111111 | 11101010 | 110000 | 11001 |
Color Harmonies of #21275F
Complementary color
Monochromatic Colors of #21275F
Black with #21275F
Text Example
Text Example
White with #21275F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21275F; }
p { color: rgb(33,39,95); }
H1.HeaderClassName
{
color: #21275F;
}
.AnyTagClassName
{
color: #21275F;
}
</style>
background-color css
<style>
a { background-color: #21275F; }
a { background-color: rgb(33,39,95); }
div.DivClassName
{
background-color: #21275F;
}
.BgClassName
{
background-color: #21275F;
}
</style>
border-color css
<style>
span { border-color: #21275F; }
span { border-color: rgb(33,39,95); }
td.TdClassName
{
border-color: #21275F;
}
.TagClassName
{
border-color: #21275F;
}
</style>