Shades of Lucky Point #27305C
Tints of Lucky Point #27305C
RGB
CMYK
RGB Variations
Color information
#27305C (or 0x27305C) is known color: Lucky Point. HEX triplet: 27, 30 and 5C. RGB value is (39,48,92). Sum of RGB (Red+Green+Blue) = 39+48+92=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #27305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27305C is #D8CFA3. Grayscale: #323232. Windows color (decimal): -14208932 or 6041639. OLE color: 6041639.
HSL color Cylindrical-coordinate representation of color #27305C: hue angle of 229.81º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #27305C is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 48 | 92 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.64 |
| HSL | 229.81º | 0.4% | 0.26% | - |
| HSV(B) | 229.81º | 0.58% | 0.36% | - |
| XYZ | 3.83 | 3.32 | 10.56 | - |
| YUV | 50.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 92 | 0.58 | 0.48 | 0 | 0.64 | 229.81 | 0.4 | 0.26 |
| Hex | 27 | 30 | 5C | 3A | 30 | 0 | 40 | E6 | 28 | 1A |
| Octal | 47 | 60 | 134 | 72 | 60 | 0 | 100 | 346 | 50 | 32 |
| Binary | 100111 | 110000 | 1011100 | 111010 | 110000 | 0 | 1000000 | 11100110 | 101000 | 11010 |
Color Harmonies of #27305C
Complementary color
Monochromatic Colors of #27305C
Black with #27305C
Text Example
Text Example
White with #27305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27305C; }
p { color: rgb(39,48,92); }
H1.HeaderClassName
{
color: #27305C;
}
.AnyTagClassName
{
color: #27305C;
}
</style>
background-color css
<style>
a { background-color: #27305C; }
a { background-color: rgb(39,48,92); }
div.DivClassName
{
background-color: #27305C;
}
.BgClassName
{
background-color: #27305C;
}
</style>
border-color css
<style>
span { border-color: #27305C; }
span { border-color: rgb(39,48,92); }
td.TdClassName
{
border-color: #27305C;
}
.TagClassName
{
border-color: #27305C;
}
</style>