Shades of Deep Koamaru #302877
Tints of Deep Koamaru #302877
RGB
CMYK
RGB Variations
Color information
#302877 (or 0x302877) is known color: Deep Koamaru. HEX triplet: 30, 28 and 77. RGB value is (48,40,119). Sum of RGB (Red+Green+Blue) = 48+40+119=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #302877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302877 is #CFD788. Grayscale: #333333. Windows color (decimal): -13621129 or 7809072. OLE color: 7809072.
HSL color Cylindrical-coordinate representation of color #302877: hue angle of 246.08º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #302877 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 40 | 119 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.53 |
| HSL | 246.08º | 0.5% | 0.31% | - |
| HSV(B) | 246.08º | 0.66% | 0.47% | - |
| XYZ | 5.31 | 3.48 | 17.84 | - |
| YUV | 51.4 | 166.15 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 119 | 0.60 | 0.66 | 0 | 0.53 | 246.08 | 0.5 | 0.31 |
| Hex | 30 | 28 | 77 | 3C | 42 | 0 | 35 | F6 | 32 | 1F |
| Octal | 60 | 50 | 167 | 74 | 102 | 0 | 65 | 366 | 62 | 37 |
| Binary | 110000 | 101000 | 1110111 | 111100 | 1000010 | 0 | 110101 | 11110110 | 110010 | 11111 |
Color Harmonies of #302877
Complementary color
Monochromatic Colors of #302877
Black with #302877
Text Example
Text Example
White with #302877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302877; }
p { color: rgb(48,40,119); }
H1.HeaderClassName
{
color: #302877;
}
.AnyTagClassName
{
color: #302877;
}
</style>
background-color css
<style>
a { background-color: #302877; }
a { background-color: rgb(48,40,119); }
div.DivClassName
{
background-color: #302877;
}
.BgClassName
{
background-color: #302877;
}
</style>
border-color css
<style>
span { border-color: #302877; }
span { border-color: rgb(48,40,119); }
td.TdClassName
{
border-color: #302877;
}
.TagClassName
{
border-color: #302877;
}
</style>