Shades of Persian Blue #302AB1
Tints of Persian Blue #302AB1
RGB
CMYK
RGB Variations
Color information
#302AB1 (or 0x302AB1) is known color: Persian Blue. HEX triplet: 30, 2A and B1. RGB value is (48,42,177). Sum of RGB (Red+Green+Blue) = 48+42+177=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 177 (69.53% from 255 or 66.29% from 267); Max value from RGB is 177 - color contains mainly: blue. Hex color #302AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302AB1 is #CFD54E. Grayscale: #3A3A3A. Windows color (decimal): -13620559 or 11610672. OLE color: 11610672.
HSL color Cylindrical-coordinate representation of color #302AB1: hue angle of 242.67º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #302AB1 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 42 | 177 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.31 |
| HSL | 242.67º | 0.62% | 0.43% | - |
| HSV(B) | 242.67º | 0.76% | 0.69% | - |
| XYZ | 9.98 | 5.46 | 42.12 | - |
| YUV | 59.18 | 194.49 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 177 | 0.73 | 0.76 | 0 | 0.31 | 242.67 | 0.62 | 0.43 |
| Hex | 30 | 2A | B1 | 49 | 4C | 0 | 1F | F3 | 3E | 2B |
| Octal | 60 | 52 | 261 | 111 | 114 | 0 | 37 | 363 | 76 | 53 |
| Binary | 110000 | 101010 | 10110001 | 1001001 | 1001100 | 0 | 11111 | 11110011 | 111110 | 101011 |
Color Harmonies of #302AB1
Complementary color
Monochromatic Colors of #302AB1
Black with #302AB1
Text Example
Text Example
White with #302AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302AB1; }
p { color: rgb(48,42,177); }
H1.HeaderClassName
{
color: #302AB1;
}
.AnyTagClassName
{
color: #302AB1;
}
</style>
background-color css
<style>
a { background-color: #302AB1; }
a { background-color: rgb(48,42,177); }
div.DivClassName
{
background-color: #302AB1;
}
.BgClassName
{
background-color: #302AB1;
}
</style>
border-color css
<style>
span { border-color: #302AB1; }
span { border-color: rgb(48,42,177); }
td.TdClassName
{
border-color: #302AB1;
}
.TagClassName
{
border-color: #302AB1;
}
</style>