Shades of Lucky Point #27335B
Tints of Lucky Point #27335B
RGB
CMYK
RGB Variations
Color information
#27335B (or 0x27335B) is known color: Lucky Point. HEX triplet: 27, 33 and 5B. RGB value is (39,51,91). Sum of RGB (Red+Green+Blue) = 39+51+91=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #27335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27335B is #D8CCA4. Grayscale: #333333. Windows color (decimal): -14208165 or 5976871. OLE color: 5976871.
HSL color Cylindrical-coordinate representation of color #27335B: hue angle of 226.15º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27335B is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 51 | 91 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.64 |
| HSL | 226.15º | 0.4% | 0.25% | - |
| HSV(B) | 226.15º | 0.57% | 0.36% | - |
| XYZ | 3.91 | 3.55 | 10.38 | - |
| YUV | 51.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 51 | 91 | 0.57 | 0.44 | 0 | 0.64 | 226.15 | 0.4 | 0.25 |
| Hex | 27 | 33 | 5B | 39 | 2C | 0 | 40 | E2 | 28 | 19 |
| Octal | 47 | 63 | 133 | 71 | 54 | 0 | 100 | 342 | 50 | 31 |
| Binary | 100111 | 110011 | 1011011 | 111001 | 101100 | 0 | 1000000 | 11100010 | 101000 | 11001 |
Color Harmonies of #27335B
Complementary color
Monochromatic Colors of #27335B
Black with #27335B
Text Example
Text Example
White with #27335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27335B; }
p { color: rgb(39,51,91); }
H1.HeaderClassName
{
color: #27335B;
}
.AnyTagClassName
{
color: #27335B;
}
</style>
background-color css
<style>
a { background-color: #27335B; }
a { background-color: rgb(39,51,91); }
div.DivClassName
{
background-color: #27335B;
}
.BgClassName
{
background-color: #27335B;
}
</style>
border-color css
<style>
span { border-color: #27335B; }
span { border-color: rgb(39,51,91); }
td.TdClassName
{
border-color: #27335B;
}
.TagClassName
{
border-color: #27335B;
}
</style>