Shades of Lucky Point #21255F
Tints of Lucky Point #21255F
RGB
CMYK
RGB Variations
Color information
#21255F (or 0x21255F) is known color: Lucky Point. HEX triplet: 21, 25 and 5F. RGB value is (33,37,95). Sum of RGB (Red+Green+Blue) = 33+37+95=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #21255F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21255F is #DEDAA0. Grayscale: #2A2A2A. Windows color (decimal): -14604961 or 6235425. OLE color: 6235425.
HSL color Cylindrical-coordinate representation of color #21255F: hue angle of 236.13º 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 #21255F is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 37 | 95 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.63 |
| HSL | 236.13º | 0.48% | 0.25% | - |
| HSV(B) | 236.13º | 0.65% | 0.37% | - |
| XYZ | 3.35 | 2.47 | 11.13 | - |
| YUV | 42.42 | 157.67 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 95 | 0.65 | 0.61 | 0 | 0.63 | 236.13 | 0.48 | 0.25 |
| Hex | 21 | 25 | 5F | 41 | 3D | 0 | 3F | EC | 30 | 19 |
| Octal | 41 | 45 | 137 | 101 | 75 | 0 | 77 | 354 | 60 | 31 |
| Binary | 100001 | 100101 | 1011111 | 1000001 | 111101 | 0 | 111111 | 11101100 | 110000 | 11001 |
Color Harmonies of #21255F
Complementary color
Monochromatic Colors of #21255F
Black with #21255F
Text Example
Text Example
White with #21255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21255F; }
p { color: rgb(33,37,95); }
H1.HeaderClassName
{
color: #21255F;
}
.AnyTagClassName
{
color: #21255F;
}
</style>
background-color css
<style>
a { background-color: #21255F; }
a { background-color: rgb(33,37,95); }
div.DivClassName
{
background-color: #21255F;
}
.BgClassName
{
background-color: #21255F;
}
</style>
border-color css
<style>
span { border-color: #21255F; }
span { border-color: rgb(33,37,95); }
td.TdClassName
{
border-color: #21255F;
}
.TagClassName
{
border-color: #21255F;
}
</style>