Shades of Persian Blue #301CD2
Tints of Persian Blue #301CD2
RGB
CMYK
RGB Variations
Color information
#301CD2 (or 0x301CD2) is known color: Persian Blue. HEX triplet: 30, 1C and D2. RGB value is (48,28,210). Sum of RGB (Red+Green+Blue) = 48+28+210=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 210 (82.42% from 255 or 73.43% from 286); Max value from RGB is 210 - color contains mainly: blue. Hex color #301CD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301CD2 is #CFE32D. Grayscale: #363636. Windows color (decimal): -13624110 or 13769776. OLE color: 13769776.
HSL color Cylindrical-coordinate representation of color #301CD2: hue angle of 246.59º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #301CD2 is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 28 | 210 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.18 |
| HSL | 246.59º | 0.76% | 0.47% | - |
| HSV(B) | 246.59º | 0.87% | 0.82% | - |
| XYZ | 13.27 | 6.11 | 61.45 | - |
| YUV | 54.73 | 215.63 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 210 | 0.77 | 0.87 | 0 | 0.18 | 246.59 | 0.76 | 0.47 |
| Hex | 30 | 1C | D2 | 4D | 57 | 0 | 12 | F7 | 4C | 2F |
| Octal | 60 | 34 | 322 | 115 | 127 | 0 | 22 | 367 | 114 | 57 |
| Binary | 110000 | 11100 | 11010010 | 1001101 | 1010111 | 0 | 10010 | 11110111 | 1001100 | 101111 |
Color Harmonies of #301CD2
Complementary color
Monochromatic Colors of #301CD2
Black with #301CD2
Text Example
Text Example
White with #301CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301CD2; }
p { color: rgb(48,28,210); }
H1.HeaderClassName
{
color: #301CD2;
}
.AnyTagClassName
{
color: #301CD2;
}
</style>
background-color css
<style>
a { background-color: #301CD2; }
a { background-color: rgb(48,28,210); }
div.DivClassName
{
background-color: #301CD2;
}
.BgClassName
{
background-color: #301CD2;
}
</style>
border-color css
<style>
span { border-color: #301CD2; }
span { border-color: rgb(48,28,210); }
td.TdClassName
{
border-color: #301CD2;
}
.TagClassName
{
border-color: #301CD2;
}
</style>