Shades of Persian Blue #302DC7
Tints of Persian Blue #302DC7
RGB
CMYK
RGB Variations
Color information
#302DC7 (or 0x302DC7) is known color: Persian Blue. HEX triplet: 30, 2D and C7. RGB value is (48,45,199). Sum of RGB (Red+Green+Blue) = 48+45+199=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 199 (78.12% from 255 or 68.15% from 292); Max value from RGB is 199 - color contains mainly: blue. Hex color #302DC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302DC7 is #CFD238. Grayscale: #3E3E3E. Windows color (decimal): -13619769 or 13053232. OLE color: 13053232.
HSL color Cylindrical-coordinate representation of color #302DC7: hue angle of 241.17º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #302DC7 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 45 | 199 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.22 |
| HSL | 241.17º | 0.63% | 0.48% | - |
| HSV(B) | 241.17º | 0.77% | 0.78% | - |
| XYZ | 12.47 | 6.63 | 54.66 | - |
| YUV | 63.45 | 204.49 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 199 | 0.76 | 0.77 | 0 | 0.22 | 241.17 | 0.63 | 0.48 |
| Hex | 30 | 2D | C7 | 4C | 4D | 0 | 16 | F1 | 3F | 30 |
| Octal | 60 | 55 | 307 | 114 | 115 | 0 | 26 | 361 | 77 | 60 |
| Binary | 110000 | 101101 | 11000111 | 1001100 | 1001101 | 0 | 10110 | 11110001 | 111111 | 110000 |
Color Harmonies of #302DC7
Complementary color
Monochromatic Colors of #302DC7
Black with #302DC7
Text Example
Text Example
White with #302DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302DC7; }
p { color: rgb(48,45,199); }
H1.HeaderClassName
{
color: #302DC7;
}
.AnyTagClassName
{
color: #302DC7;
}
</style>
background-color css
<style>
a { background-color: #302DC7; }
a { background-color: rgb(48,45,199); }
div.DivClassName
{
background-color: #302DC7;
}
.BgClassName
{
background-color: #302DC7;
}
</style>
border-color css
<style>
span { border-color: #302DC7; }
span { border-color: rgb(48,45,199); }
td.TdClassName
{
border-color: #302DC7;
}
.TagClassName
{
border-color: #302DC7;
}
</style>