Shades of Persian Blue #302AB5
Tints of Persian Blue #302AB5
RGB
CMYK
RGB Variations
Color information
#302AB5 (or 0x302AB5) is known color: Persian Blue. HEX triplet: 30, 2A and B5. RGB value is (48,42,181). Sum of RGB (Red+Green+Blue) = 48+42+181=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 181 (71.09% from 255 or 66.79% from 271); Max value from RGB is 181 - color contains mainly: blue. Hex color #302AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302AB5 is #CFD54A. Grayscale: #3B3B3B. Windows color (decimal): -13620555 or 11872816. OLE color: 11872816.
HSL color Cylindrical-coordinate representation of color #302AB5: hue angle of 242.59º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #302AB5 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 42 | 181 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.29 |
| HSL | 242.59º | 0.62% | 0.44% | - |
| HSV(B) | 242.59º | 0.77% | 0.71% | - |
| XYZ | 10.39 | 5.62 | 44.25 | - |
| YUV | 59.64 | 196.49 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 181 | 0.73 | 0.77 | 0 | 0.29 | 242.59 | 0.62 | 0.44 |
| Hex | 30 | 2A | B5 | 49 | 4D | 0 | 1D | F3 | 3E | 2C |
| Octal | 60 | 52 | 265 | 111 | 115 | 0 | 35 | 363 | 76 | 54 |
| Binary | 110000 | 101010 | 10110101 | 1001001 | 1001101 | 0 | 11101 | 11110011 | 111110 | 101100 |
Color Harmonies of #302AB5
Complementary color
Monochromatic Colors of #302AB5
Black with #302AB5
Text Example
Text Example
White with #302AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302AB5; }
p { color: rgb(48,42,181); }
H1.HeaderClassName
{
color: #302AB5;
}
.AnyTagClassName
{
color: #302AB5;
}
</style>
background-color css
<style>
a { background-color: #302AB5; }
a { background-color: rgb(48,42,181); }
div.DivClassName
{
background-color: #302AB5;
}
.BgClassName
{
background-color: #302AB5;
}
</style>
border-color css
<style>
span { border-color: #302AB5; }
span { border-color: rgb(48,42,181); }
td.TdClassName
{
border-color: #302AB5;
}
.TagClassName
{
border-color: #302AB5;
}
</style>