Shades of Persian Blue #2D2ABF
Tints of Persian Blue #2D2ABF
RGB
CMYK
RGB Variations
Color information
#2D2ABF (or 0x2D2ABF) is known color: Persian Blue. HEX triplet: 2D, 2A and BF. RGB value is (45,42,191). Sum of RGB (Red+Green+Blue) = 45+42+191=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 191 (75% from 255 or 68.71% from 278); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D2ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2ABF is #D2D540. Grayscale: #3B3B3B. Windows color (decimal): -13817153 or 12528173. OLE color: 12528173.
HSL color Cylindrical-coordinate representation of color #2D2ABF: hue angle of 241.21º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D2ABF is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 42 | 191 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.25 |
| HSL | 241.21º | 0.64% | 0.46% | - |
| HSV(B) | 241.21º | 0.78% | 0.75% | - |
| XYZ | 11.31 | 5.98 | 49.85 | - |
| YUV | 59.88 | 201.99 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 42 | 191 | 0.76 | 0.78 | 0 | 0.25 | 241.21 | 0.64 | 0.46 |
| Hex | 2D | 2A | BF | 4C | 4E | 0 | 19 | F1 | 40 | 2E |
| Octal | 55 | 52 | 277 | 114 | 116 | 0 | 31 | 361 | 100 | 56 |
| Binary | 101101 | 101010 | 10111111 | 1001100 | 1001110 | 0 | 11001 | 11110001 | 1000000 | 101110 |
Color Harmonies of #2D2ABF
Complementary color
Monochromatic Colors of #2D2ABF
Black with #2D2ABF
Text Example
Text Example
White with #2D2ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2ABF; }
p { color: rgb(45,42,191); }
H1.HeaderClassName
{
color: #2D2ABF;
}
.AnyTagClassName
{
color: #2D2ABF;
}
</style>
background-color css
<style>
a { background-color: #2D2ABF; }
a { background-color: rgb(45,42,191); }
div.DivClassName
{
background-color: #2D2ABF;
}
.BgClassName
{
background-color: #2D2ABF;
}
</style>
border-color css
<style>
span { border-color: #2D2ABF; }
span { border-color: rgb(45,42,191); }
td.TdClassName
{
border-color: #2D2ABF;
}
.TagClassName
{
border-color: #2D2ABF;
}
</style>