Shades of Persian Blue #303AB1
Tints of Persian Blue #303AB1
RGB
CMYK
RGB Variations
Color information
#303AB1 (or 0x303AB1) is known color: Persian Blue. HEX triplet: 30, 3A and B1. RGB value is (48,58,177). Sum of RGB (Red+Green+Blue) = 48+58+177=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 177 (69.53% from 255 or 62.54% from 283); Max value from RGB is 177 - color contains mainly: blue. Hex color #303AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303AB1 is #CFC54E. Grayscale: #444444. Windows color (decimal): -13616463 or 11614768. OLE color: 11614768.
HSL color Cylindrical-coordinate representation of color #303AB1: hue angle of 235.35º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #303AB1 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 58 | 177 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.31 |
| HSL | 235.35º | 0.57% | 0.44% | - |
| HSV(B) | 235.35º | 0.73% | 0.69% | - |
| XYZ | 10.67 | 6.83 | 42.35 | - |
| YUV | 68.58 | 189.19 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 177 | 0.73 | 0.67 | 0 | 0.31 | 235.35 | 0.57 | 0.44 |
| Hex | 30 | 3A | B1 | 49 | 43 | 0 | 1F | EB | 39 | 2C |
| Octal | 60 | 72 | 261 | 111 | 103 | 0 | 37 | 353 | 71 | 54 |
| Binary | 110000 | 111010 | 10110001 | 1001001 | 1000011 | 0 | 11111 | 11101011 | 111001 | 101100 |
Color Harmonies of #303AB1
Complementary color
Monochromatic Colors of #303AB1
Black with #303AB1
Text Example
Text Example
White with #303AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303AB1; }
p { color: rgb(48,58,177); }
H1.HeaderClassName
{
color: #303AB1;
}
.AnyTagClassName
{
color: #303AB1;
}
</style>
background-color css
<style>
a { background-color: #303AB1; }
a { background-color: rgb(48,58,177); }
div.DivClassName
{
background-color: #303AB1;
}
.BgClassName
{
background-color: #303AB1;
}
</style>
border-color css
<style>
span { border-color: #303AB1; }
span { border-color: rgb(48,58,177); }
td.TdClassName
{
border-color: #303AB1;
}
.TagClassName
{
border-color: #303AB1;
}
</style>