Shades of Persian Blue #302ABA
Tints of Persian Blue #302ABA
RGB
CMYK
RGB Variations
Color information
#302ABA (or 0x302ABA) is known color: Persian Blue. HEX triplet: 30, 2A and BA. RGB value is (48,42,186). Sum of RGB (Red+Green+Blue) = 48+42+186=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #302ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302ABA is #CFD545. Grayscale: #3B3B3B. Windows color (decimal): -13620550 or 12200496. OLE color: 12200496.
HSL color Cylindrical-coordinate representation of color #302ABA: hue angle of 242.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #302ABA is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 42 | 186 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.27 |
| HSL | 242.5º | 0.63% | 0.45% | - |
| HSV(B) | 242.5º | 0.77% | 0.73% | - |
| XYZ | 10.91 | 5.83 | 47 | - |
| YUV | 60.21 | 198.99 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 186 | 0.74 | 0.77 | 0 | 0.27 | 242.5 | 0.63 | 0.45 |
| Hex | 30 | 2A | BA | 4A | 4D | 0 | 1B | F2 | 3F | 2D |
| Octal | 60 | 52 | 272 | 112 | 115 | 0 | 33 | 362 | 77 | 55 |
| Binary | 110000 | 101010 | 10111010 | 1001010 | 1001101 | 0 | 11011 | 11110010 | 111111 | 101101 |
Color Harmonies of #302ABA
Complementary color
Monochromatic Colors of #302ABA
Black with #302ABA
Text Example
Text Example
White with #302ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302ABA; }
p { color: rgb(48,42,186); }
H1.HeaderClassName
{
color: #302ABA;
}
.AnyTagClassName
{
color: #302ABA;
}
</style>
background-color css
<style>
a { background-color: #302ABA; }
a { background-color: rgb(48,42,186); }
div.DivClassName
{
background-color: #302ABA;
}
.BgClassName
{
background-color: #302ABA;
}
</style>
border-color css
<style>
span { border-color: #302ABA; }
span { border-color: rgb(48,42,186); }
td.TdClassName
{
border-color: #302ABA;
}
.TagClassName
{
border-color: #302ABA;
}
</style>