Shades of Persian Blue #301AB8
Tints of Persian Blue #301AB8
RGB
CMYK
RGB Variations
Color information
#301AB8 (or 0x301AB8) is known color: Persian Blue. HEX triplet: 30, 1A and B8. RGB value is (48,26,184). Sum of RGB (Red+Green+Blue) = 48+26+184=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 184 (72.27% from 255 or 71.32% from 258); Max value from RGB is 184 - color contains mainly: blue. Hex color #301AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301AB8 is #CFE547. Grayscale: #313131. Windows color (decimal): -13624648 or 12065328. OLE color: 12065328.
HSL color Cylindrical-coordinate representation of color #301AB8: hue angle of 248.35º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301AB8 is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 26 | 184 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.28 |
| HSL | 248.35º | 0.75% | 0.41% | - |
| HSV(B) | 248.35º | 0.86% | 0.72% | - |
| XYZ | 10.24 | 4.83 | 45.74 | - |
| YUV | 50.59 | 203.29 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 184 | 0.74 | 0.86 | 0 | 0.28 | 248.35 | 0.75 | 0.41 |
| Hex | 30 | 1A | B8 | 4A | 56 | 0 | 1C | F8 | 4B | 29 |
| Octal | 60 | 32 | 270 | 112 | 126 | 0 | 34 | 370 | 113 | 51 |
| Binary | 110000 | 11010 | 10111000 | 1001010 | 1010110 | 0 | 11100 | 11111000 | 1001011 | 101001 |
Color Harmonies of #301AB8
Complementary color
Monochromatic Colors of #301AB8
Black with #301AB8
Text Example
Text Example
White with #301AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301AB8; }
p { color: rgb(48,26,184); }
H1.HeaderClassName
{
color: #301AB8;
}
.AnyTagClassName
{
color: #301AB8;
}
</style>
background-color css
<style>
a { background-color: #301AB8; }
a { background-color: rgb(48,26,184); }
div.DivClassName
{
background-color: #301AB8;
}
.BgClassName
{
background-color: #301AB8;
}
</style>
border-color css
<style>
span { border-color: #301AB8; }
span { border-color: rgb(48,26,184); }
td.TdClassName
{
border-color: #301AB8;
}
.TagClassName
{
border-color: #301AB8;
}
</style>