Shades of Persian Blue #2D1BCA
Tints of Persian Blue #2D1BCA
RGB
CMYK
RGB Variations
Color information
#2D1BCA (or 0x2D1BCA) is known color: Persian Blue. HEX triplet: 2D, 1B and CA. RGB value is (45,27,202). Sum of RGB (Red+Green+Blue) = 45+27+202=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 202 (79.30% from 255 or 73.72% from 274); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D1BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1BCA is #D2E435. Grayscale: #333333. Windows color (decimal): -13820982 or 13245229. OLE color: 13245229.
HSL color Cylindrical-coordinate representation of color #2D1BCA: hue angle of 246.17º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D1BCA is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 27 | 202 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.21 |
| HSL | 246.17º | 0.76% | 0.45% | - |
| HSV(B) | 246.17º | 0.87% | 0.79% | - |
| XYZ | 12.13 | 5.61 | 56.32 | - |
| YUV | 52.33 | 212.46 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 27 | 202 | 0.78 | 0.87 | 0 | 0.21 | 246.17 | 0.76 | 0.45 |
| Hex | 2D | 1B | CA | 4E | 57 | 0 | 15 | F6 | 4C | 2D |
| Octal | 55 | 33 | 312 | 116 | 127 | 0 | 25 | 366 | 114 | 55 |
| Binary | 101101 | 11011 | 11001010 | 1001110 | 1010111 | 0 | 10101 | 11110110 | 1001100 | 101101 |
Color Harmonies of #2D1BCA
Complementary color
Monochromatic Colors of #2D1BCA
Black with #2D1BCA
Text Example
Text Example
White with #2D1BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1BCA; }
p { color: rgb(45,27,202); }
H1.HeaderClassName
{
color: #2D1BCA;
}
.AnyTagClassName
{
color: #2D1BCA;
}
</style>
background-color css
<style>
a { background-color: #2D1BCA; }
a { background-color: rgb(45,27,202); }
div.DivClassName
{
background-color: #2D1BCA;
}
.BgClassName
{
background-color: #2D1BCA;
}
</style>
border-color css
<style>
span { border-color: #2D1BCA; }
span { border-color: rgb(45,27,202); }
td.TdClassName
{
border-color: #2D1BCA;
}
.TagClassName
{
border-color: #2D1BCA;
}
</style>