Shades of Persian Blue #302AC2
Tints of Persian Blue #302AC2
RGB
CMYK
RGB Variations
Color information
#302AC2 (or 0x302AC2) is known color: Persian Blue. HEX triplet: 30, 2A and C2. RGB value is (48,42,194). Sum of RGB (Red+Green+Blue) = 48+42+194=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 194 (76.17% from 255 or 68.31% from 284); Max value from RGB is 194 - color contains mainly: blue. Hex color #302AC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302AC2 is #CFD53D. Grayscale: #3C3C3C. Windows color (decimal): -13620542 or 12724784. OLE color: 12724784.
HSL color Cylindrical-coordinate representation of color #302AC2: hue angle of 242.37º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #302AC2 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 42 | 194 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.24 |
| HSL | 242.37º | 0.64% | 0.46% | - |
| HSV(B) | 242.37º | 0.78% | 0.76% | - |
| XYZ | 11.78 | 6.18 | 51.61 | - |
| YUV | 61.12 | 202.99 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 194 | 0.75 | 0.78 | 0 | 0.24 | 242.37 | 0.64 | 0.46 |
| Hex | 30 | 2A | C2 | 4B | 4E | 0 | 18 | F2 | 40 | 2E |
| Octal | 60 | 52 | 302 | 113 | 116 | 0 | 30 | 362 | 100 | 56 |
| Binary | 110000 | 101010 | 11000010 | 1001011 | 1001110 | 0 | 11000 | 11110010 | 1000000 | 101110 |
Color Harmonies of #302AC2
Complementary color
Monochromatic Colors of #302AC2
Black with #302AC2
Text Example
Text Example
White with #302AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302AC2; }
p { color: rgb(48,42,194); }
H1.HeaderClassName
{
color: #302AC2;
}
.AnyTagClassName
{
color: #302AC2;
}
</style>
background-color css
<style>
a { background-color: #302AC2; }
a { background-color: rgb(48,42,194); }
div.DivClassName
{
background-color: #302AC2;
}
.BgClassName
{
background-color: #302AC2;
}
</style>
border-color css
<style>
span { border-color: #302AC2; }
span { border-color: rgb(48,42,194); }
td.TdClassName
{
border-color: #302AC2;
}
.TagClassName
{
border-color: #302AC2;
}
</style>