Shades of Persian Blue #302FC1
Tints of Persian Blue #302FC1
RGB
CMYK
RGB Variations
Color information
#302FC1 (or 0x302FC1) is known color: Persian Blue. HEX triplet: 30, 2F and C1. RGB value is (48,47,193). Sum of RGB (Red+Green+Blue) = 48+47+193=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 193 (75.78% from 255 or 67.01% from 288); Max value from RGB is 193 - color contains mainly: blue. Hex color #302FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302FC1 is #CFD03E. Grayscale: #3F3F3F. Windows color (decimal): -13619263 or 12660528. OLE color: 12660528.
HSL color Cylindrical-coordinate representation of color #302FC1: hue angle of 240.41º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #302FC1 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 47 | 193 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.24 |
| HSL | 240.41º | 0.61% | 0.47% | - |
| HSV(B) | 240.41º | 0.76% | 0.76% | - |
| XYZ | 11.86 | 6.51 | 51.08 | - |
| YUV | 63.94 | 200.83 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 193 | 0.75 | 0.76 | 0 | 0.24 | 240.41 | 0.61 | 0.47 |
| Hex | 30 | 2F | C1 | 4B | 4C | 0 | 18 | F0 | 3D | 2F |
| Octal | 60 | 57 | 301 | 113 | 114 | 0 | 30 | 360 | 75 | 57 |
| Binary | 110000 | 101111 | 11000001 | 1001011 | 1001100 | 0 | 11000 | 11110000 | 111101 | 101111 |
Color Harmonies of #302FC1
Complementary color
Monochromatic Colors of #302FC1
Black with #302FC1
Text Example
Text Example
White with #302FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302FC1; }
p { color: rgb(48,47,193); }
H1.HeaderClassName
{
color: #302FC1;
}
.AnyTagClassName
{
color: #302FC1;
}
</style>
background-color css
<style>
a { background-color: #302FC1; }
a { background-color: rgb(48,47,193); }
div.DivClassName
{
background-color: #302FC1;
}
.BgClassName
{
background-color: #302FC1;
}
</style>
border-color css
<style>
span { border-color: #302FC1; }
span { border-color: rgb(48,47,193); }
td.TdClassName
{
border-color: #302FC1;
}
.TagClassName
{
border-color: #302FC1;
}
</style>