Shades of Lucky Point #27305F
Tints of Lucky Point #27305F
RGB
CMYK
RGB Variations
Color information
#27305F (or 0x27305F) is known color: Lucky Point. HEX triplet: 27, 30 and 5F. RGB value is (39,48,95). Sum of RGB (Red+Green+Blue) = 39+48+95=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #27305F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27305F is #D8CFA0. Grayscale: #323232. Windows color (decimal): -14208929 or 6238247. OLE color: 6238247.
HSL color Cylindrical-coordinate representation of color #27305F: hue angle of 230.36º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27305F is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 48 | 95 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.63 |
| HSL | 230.36º | 0.42% | 0.26% | - |
| HSV(B) | 230.36º | 0.59% | 0.37% | - |
| XYZ | 3.96 | 3.37 | 11.27 | - |
| YUV | 50.67 | 153.02 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 95 | 0.59 | 0.49 | 0 | 0.63 | 230.36 | 0.42 | 0.26 |
| Hex | 27 | 30 | 5F | 3B | 31 | 0 | 3F | E6 | 2A | 1A |
| Octal | 47 | 60 | 137 | 73 | 61 | 0 | 77 | 346 | 52 | 32 |
| Binary | 100111 | 110000 | 1011111 | 111011 | 110001 | 0 | 111111 | 11100110 | 101010 | 11010 |
Color Harmonies of #27305F
Complementary color
Monochromatic Colors of #27305F
Black with #27305F
Text Example
Text Example
White with #27305F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27305F; }
p { color: rgb(39,48,95); }
H1.HeaderClassName
{
color: #27305F;
}
.AnyTagClassName
{
color: #27305F;
}
</style>
background-color css
<style>
a { background-color: #27305F; }
a { background-color: rgb(39,48,95); }
div.DivClassName
{
background-color: #27305F;
}
.BgClassName
{
background-color: #27305F;
}
</style>
border-color css
<style>
span { border-color: #27305F; }
span { border-color: rgb(39,48,95); }
td.TdClassName
{
border-color: #27305F;
}
.TagClassName
{
border-color: #27305F;
}
</style>