Shades of Persian Blue #2D1FB3
Tints of Persian Blue #2D1FB3
RGB
CMYK
RGB Variations
Color information
#2D1FB3 (or 0x2D1FB3) is known color: Persian Blue. HEX triplet: 2D, 1F and B3. RGB value is (45,31,179). Sum of RGB (Red+Green+Blue) = 45+31+179=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 179 (70.31% from 255 or 70.20% from 255); Max value from RGB is 179 - color contains mainly: blue. Hex color #2D1FB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1FB3 is #D2E04C. Grayscale: #333333. Windows color (decimal): -13819981 or 11738925. OLE color: 11738925.
HSL color Cylindrical-coordinate representation of color #2D1FB3: hue angle of 245.68º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D1FB3 is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 31 | 179 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.30 |
| HSL | 245.68º | 0.7% | 0.41% | - |
| HSV(B) | 245.68º | 0.83% | 0.7% | - |
| XYZ | 9.71 | 4.79 | 43.06 | - |
| YUV | 52.06 | 199.64 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 179 | 0.75 | 0.83 | 0 | 0.30 | 245.68 | 0.7 | 0.41 |
| Hex | 2D | 1F | B3 | 4B | 53 | 0 | 1E | F6 | 46 | 29 |
| Octal | 55 | 37 | 263 | 113 | 123 | 0 | 36 | 366 | 106 | 51 |
| Binary | 101101 | 11111 | 10110011 | 1001011 | 1010011 | 0 | 11110 | 11110110 | 1000110 | 101001 |
Color Harmonies of #2D1FB3
Complementary color
Monochromatic Colors of #2D1FB3
Black with #2D1FB3
Text Example
Text Example
White with #2D1FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1FB3; }
p { color: rgb(45,31,179); }
H1.HeaderClassName
{
color: #2D1FB3;
}
.AnyTagClassName
{
color: #2D1FB3;
}
</style>
background-color css
<style>
a { background-color: #2D1FB3; }
a { background-color: rgb(45,31,179); }
div.DivClassName
{
background-color: #2D1FB3;
}
.BgClassName
{
background-color: #2D1FB3;
}
</style>
border-color css
<style>
span { border-color: #2D1FB3; }
span { border-color: rgb(45,31,179); }
td.TdClassName
{
border-color: #2D1FB3;
}
.TagClassName
{
border-color: #2D1FB3;
}
</style>