Shades of Persian Blue #302AB2
Tints of Persian Blue #302AB2
RGB
CMYK
RGB Variations
Color information
#302AB2 (or 0x302AB2) is known color: Persian Blue. HEX triplet: 30, 2A and B2. RGB value is (48,42,178). Sum of RGB (Red+Green+Blue) = 48+42+178=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 178 (69.92% from 255 or 66.42% from 268); Max value from RGB is 178 - color contains mainly: blue. Hex color #302AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302AB2 is #CFD54D. Grayscale: #3A3A3A. Windows color (decimal): -13620558 or 11676208. OLE color: 11676208.
HSL color Cylindrical-coordinate representation of color #302AB2: hue angle of 242.65º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #302AB2 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 42 | 178 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.30 |
| HSL | 242.65º | 0.62% | 0.43% | - |
| HSV(B) | 242.65º | 0.76% | 0.7% | - |
| XYZ | 10.08 | 5.5 | 42.65 | - |
| YUV | 59.3 | 194.99 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 178 | 0.73 | 0.76 | 0 | 0.30 | 242.65 | 0.62 | 0.43 |
| Hex | 30 | 2A | B2 | 49 | 4C | 0 | 1E | F3 | 3E | 2B |
| Octal | 60 | 52 | 262 | 111 | 114 | 0 | 36 | 363 | 76 | 53 |
| Binary | 110000 | 101010 | 10110010 | 1001001 | 1001100 | 0 | 11110 | 11110011 | 111110 | 101011 |
Color Harmonies of #302AB2
Complementary color
Monochromatic Colors of #302AB2
Black with #302AB2
Text Example
Text Example
White with #302AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302AB2; }
p { color: rgb(48,42,178); }
H1.HeaderClassName
{
color: #302AB2;
}
.AnyTagClassName
{
color: #302AB2;
}
</style>
background-color css
<style>
a { background-color: #302AB2; }
a { background-color: rgb(48,42,178); }
div.DivClassName
{
background-color: #302AB2;
}
.BgClassName
{
background-color: #302AB2;
}
</style>
border-color css
<style>
span { border-color: #302AB2; }
span { border-color: rgb(48,42,178); }
td.TdClassName
{
border-color: #302AB2;
}
.TagClassName
{
border-color: #302AB2;
}
</style>