Shades of Lucky Point #21275C
Tints of Lucky Point #21275C
RGB
CMYK
RGB Variations
Color information
#21275C (or 0x21275C) is known color: Lucky Point. HEX triplet: 21, 27 and 5C. RGB value is (33,39,92). Sum of RGB (Red+Green+Blue) = 33+39+92=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #21275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21275C is #DED8A3. Grayscale: #2B2B2B. Windows color (decimal): -14604452 or 6039329. OLE color: 6039329.
HSL color Cylindrical-coordinate representation of color #21275C: hue angle of 233.9º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21275C is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 39 | 92 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.64 |
| HSL | 233.9º | 0.47% | 0.25% | - |
| HSV(B) | 233.9º | 0.64% | 0.36% | - |
| XYZ | 3.28 | 2.55 | 10.44 | - |
| YUV | 43.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 92 | 0.64 | 0.58 | 0 | 0.64 | 233.9 | 0.47 | 0.25 |
| Hex | 21 | 27 | 5C | 40 | 3A | 0 | 40 | EA | 2F | 19 |
| Octal | 41 | 47 | 134 | 100 | 72 | 0 | 100 | 352 | 57 | 31 |
| Binary | 100001 | 100111 | 1011100 | 1000000 | 111010 | 0 | 1000000 | 11101010 | 101111 | 11001 |
Color Harmonies of #21275C
Complementary color
Monochromatic Colors of #21275C
Black with #21275C
Text Example
Text Example
White with #21275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21275C; }
p { color: rgb(33,39,92); }
H1.HeaderClassName
{
color: #21275C;
}
.AnyTagClassName
{
color: #21275C;
}
</style>
background-color css
<style>
a { background-color: #21275C; }
a { background-color: rgb(33,39,92); }
div.DivClassName
{
background-color: #21275C;
}
.BgClassName
{
background-color: #21275C;
}
</style>
border-color css
<style>
span { border-color: #21275C; }
span { border-color: rgb(33,39,92); }
td.TdClassName
{
border-color: #21275C;
}
.TagClassName
{
border-color: #21275C;
}
</style>