Shades of Persian Blue #302AC1
Tints of Persian Blue #302AC1
RGB
CMYK
RGB Variations
Color information
#302AC1 (or 0x302AC1) is known color: Persian Blue. HEX triplet: 30, 2A and C1. RGB value is (48,42,193). Sum of RGB (Red+Green+Blue) = 48+42+193=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 193 (75.78% from 255 or 68.20% from 283); Max value from RGB is 193 - color contains mainly: blue. Hex color #302AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302AC1 is #CFD53E. Grayscale: #3C3C3C. Windows color (decimal): -13620543 or 12659248. OLE color: 12659248.
HSL color Cylindrical-coordinate representation of color #302AC1: hue angle of 242.38º 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 #302AC1 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 42 | 193 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.24 |
| HSL | 242.38º | 0.64% | 0.46% | - |
| HSV(B) | 242.38º | 0.78% | 0.76% | - |
| XYZ | 11.67 | 6.13 | 51.02 | - |
| YUV | 61.01 | 202.49 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 193 | 0.75 | 0.78 | 0 | 0.24 | 242.38 | 0.64 | 0.46 |
| Hex | 30 | 2A | C1 | 4B | 4E | 0 | 18 | F2 | 40 | 2E |
| Octal | 60 | 52 | 301 | 113 | 116 | 0 | 30 | 362 | 100 | 56 |
| Binary | 110000 | 101010 | 11000001 | 1001011 | 1001110 | 0 | 11000 | 11110010 | 1000000 | 101110 |
Color Harmonies of #302AC1
Complementary color
Monochromatic Colors of #302AC1
Black with #302AC1
Text Example
Text Example
White with #302AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302AC1; }
p { color: rgb(48,42,193); }
H1.HeaderClassName
{
color: #302AC1;
}
.AnyTagClassName
{
color: #302AC1;
}
</style>
background-color css
<style>
a { background-color: #302AC1; }
a { background-color: rgb(48,42,193); }
div.DivClassName
{
background-color: #302AC1;
}
.BgClassName
{
background-color: #302AC1;
}
</style>
border-color css
<style>
span { border-color: #302AC1; }
span { border-color: rgb(48,42,193); }
td.TdClassName
{
border-color: #302AC1;
}
.TagClassName
{
border-color: #302AC1;
}
</style>