Shades of Deep Koamaru #302879
Tints of Deep Koamaru #302879
RGB
CMYK
RGB Variations
Color information
#302879 (or 0x302879) is known color: Deep Koamaru. HEX triplet: 30, 28 and 79. RGB value is (48,40,121). Sum of RGB (Red+Green+Blue) = 48+40+121=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 121 (47.66% from 255 or 57.89% from 209); Max value from RGB is 121 - color contains mainly: blue. Hex color #302879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302879 is #CFD786. Grayscale: #333333. Windows color (decimal): -13621127 or 7940144. OLE color: 7940144.
HSL color Cylindrical-coordinate representation of color #302879: hue angle of 245.93º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302879 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 40 | 121 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.53 |
| HSL | 245.93º | 0.5% | 0.32% | - |
| HSV(B) | 245.93º | 0.67% | 0.47% | - |
| XYZ | 5.43 | 3.53 | 18.48 | - |
| YUV | 51.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 121 | 0.60 | 0.67 | 0 | 0.53 | 245.93 | 0.5 | 0.32 |
| Hex | 30 | 28 | 79 | 3C | 43 | 0 | 35 | F6 | 32 | 20 |
| Octal | 60 | 50 | 171 | 74 | 103 | 0 | 65 | 366 | 62 | 40 |
| Binary | 110000 | 101000 | 1111001 | 111100 | 1000011 | 0 | 110101 | 11110110 | 110010 | 100000 |
Color Harmonies of #302879
Complementary color
Monochromatic Colors of #302879
Black with #302879
Text Example
Text Example
White with #302879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302879; }
p { color: rgb(48,40,121); }
H1.HeaderClassName
{
color: #302879;
}
.AnyTagClassName
{
color: #302879;
}
</style>
background-color css
<style>
a { background-color: #302879; }
a { background-color: rgb(48,40,121); }
div.DivClassName
{
background-color: #302879;
}
.BgClassName
{
background-color: #302879;
}
</style>
border-color css
<style>
span { border-color: #302879; }
span { border-color: rgb(48,40,121); }
td.TdClassName
{
border-color: #302879;
}
.TagClassName
{
border-color: #302879;
}
</style>