Shades of Deep Koamaru #302777
Tints of Deep Koamaru #302777
RGB
CMYK
RGB Variations
Color information
#302777 (or 0x302777) is known color: Deep Koamaru. HEX triplet: 30, 27 and 77. RGB value is (48,39,119). Sum of RGB (Red+Green+Blue) = 48+39+119=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #302777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302777 is #CFD888. Grayscale: #323232. Windows color (decimal): -13621385 or 7808816. OLE color: 7808816.
HSL color Cylindrical-coordinate representation of color #302777: hue angle of 246.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302777 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 39 | 119 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.53 |
| HSL | 246.75º | 0.51% | 0.31% | - |
| HSV(B) | 246.75º | 0.67% | 0.47% | - |
| XYZ | 5.27 | 3.41 | 17.83 | - |
| YUV | 50.81 | 166.48 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 39 | 119 | 0.60 | 0.67 | 0 | 0.53 | 246.75 | 0.51 | 0.31 |
| Hex | 30 | 27 | 77 | 3C | 43 | 0 | 35 | F7 | 33 | 1F |
| Octal | 60 | 47 | 167 | 74 | 103 | 0 | 65 | 367 | 63 | 37 |
| Binary | 110000 | 100111 | 1110111 | 111100 | 1000011 | 0 | 110101 | 11110111 | 110011 | 11111 |
Color Harmonies of #302777
Complementary color
Monochromatic Colors of #302777
Black with #302777
Text Example
Text Example
White with #302777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302777; }
p { color: rgb(48,39,119); }
H1.HeaderClassName
{
color: #302777;
}
.AnyTagClassName
{
color: #302777;
}
</style>
background-color css
<style>
a { background-color: #302777; }
a { background-color: rgb(48,39,119); }
div.DivClassName
{
background-color: #302777;
}
.BgClassName
{
background-color: #302777;
}
</style>
border-color css
<style>
span { border-color: #302777; }
span { border-color: rgb(48,39,119); }
td.TdClassName
{
border-color: #302777;
}
.TagClassName
{
border-color: #302777;
}
</style>