Shades of Persian Blue #302BA4
Tints of Persian Blue #302BA4
RGB
CMYK
RGB Variations
Color information
#302BA4 (or 0x302BA4) is known color: Persian Blue. HEX triplet: 30, 2B and A4. RGB value is (48,43,164). Sum of RGB (Red+Green+Blue) = 48+43+164=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 164 (64.45% from 255 or 64.31% from 255); Max value from RGB is 164 - color contains mainly: blue. Hex color #302BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302BA4 is #CFD45B. Grayscale: #393939. Windows color (decimal): -13620316 or 10758960. OLE color: 10758960.
HSL color Cylindrical-coordinate representation of color #302BA4: hue angle of 242.48º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #302BA4 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 43 | 164 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.36 |
| HSL | 242.48º | 0.58% | 0.41% | - |
| HSV(B) | 242.48º | 0.74% | 0.64% | - |
| XYZ | 8.78 | 5.04 | 35.63 | - |
| YUV | 58.29 | 187.66 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 164 | 0.71 | 0.74 | 0 | 0.36 | 242.48 | 0.58 | 0.41 |
| Hex | 30 | 2B | A4 | 47 | 4A | 0 | 24 | F2 | 3A | 29 |
| Octal | 60 | 53 | 244 | 107 | 112 | 0 | 44 | 362 | 72 | 51 |
| Binary | 110000 | 101011 | 10100100 | 1000111 | 1001010 | 0 | 100100 | 11110010 | 111010 | 101001 |
Color Harmonies of #302BA4
Complementary color
Monochromatic Colors of #302BA4
Black with #302BA4
Text Example
Text Example
White with #302BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302BA4; }
p { color: rgb(48,43,164); }
H1.HeaderClassName
{
color: #302BA4;
}
.AnyTagClassName
{
color: #302BA4;
}
</style>
background-color css
<style>
a { background-color: #302BA4; }
a { background-color: rgb(48,43,164); }
div.DivClassName
{
background-color: #302BA4;
}
.BgClassName
{
background-color: #302BA4;
}
</style>
border-color css
<style>
span { border-color: #302BA4; }
span { border-color: rgb(48,43,164); }
td.TdClassName
{
border-color: #302BA4;
}
.TagClassName
{
border-color: #302BA4;
}
</style>