Shades of Lucky Point #27325A
Tints of Lucky Point #27325A
RGB
CMYK
RGB Variations
Color information
#27325A (or 0x27325A) is known color: Lucky Point. HEX triplet: 27, 32 and 5A. RGB value is (39,50,90). Sum of RGB (Red+Green+Blue) = 39+50+90=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #27325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27325A is #D8CDA5. Grayscale: #333333. Windows color (decimal): -14208422 or 5911079. OLE color: 5911079.
HSL color Cylindrical-coordinate representation of color #27325A: hue angle of 227.06º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27325A is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 50 | 90 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.65 |
| HSL | 227.06º | 0.4% | 0.25% | - |
| HSV(B) | 227.06º | 0.57% | 0.35% | - |
| XYZ | 3.82 | 3.45 | 10.14 | - |
| YUV | 51.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 90 | 0.57 | 0.44 | 0 | 0.65 | 227.06 | 0.4 | 0.25 |
| Hex | 27 | 32 | 5A | 39 | 2C | 0 | 41 | E3 | 28 | 19 |
| Octal | 47 | 62 | 132 | 71 | 54 | 0 | 101 | 343 | 50 | 31 |
| Binary | 100111 | 110010 | 1011010 | 111001 | 101100 | 0 | 1000001 | 11100011 | 101000 | 11001 |
Color Harmonies of #27325A
Complementary color
Monochromatic Colors of #27325A
Black with #27325A
Text Example
Text Example
White with #27325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27325A; }
p { color: rgb(39,50,90); }
H1.HeaderClassName
{
color: #27325A;
}
.AnyTagClassName
{
color: #27325A;
}
</style>
background-color css
<style>
a { background-color: #27325A; }
a { background-color: rgb(39,50,90); }
div.DivClassName
{
background-color: #27325A;
}
.BgClassName
{
background-color: #27325A;
}
</style>
border-color css
<style>
span { border-color: #27325A; }
span { border-color: rgb(39,50,90); }
td.TdClassName
{
border-color: #27325A;
}
.TagClassName
{
border-color: #27325A;
}
</style>