Shades of Persian Blue #272BC1
Tints of Persian Blue #272BC1
RGB
CMYK
RGB Variations
Color information
#272BC1 (or 0x272BC1) is known color: Persian Blue. HEX triplet: 27, 2B and C1. RGB value is (39,43,193). Sum of RGB (Red+Green+Blue) = 39+43+193=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 193 (75.78% from 255 or 70.18% from 275); Max value from RGB is 193 - color contains mainly: blue. Hex color #272BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272BC1 is #D8D43E. Grayscale: #3A3A3A. Windows color (decimal): -14210111 or 12659495. OLE color: 12659495.
HSL color Cylindrical-coordinate representation of color #272BC1: hue angle of 238.44º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #272BC1 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 43 | 193 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.24 |
| HSL | 238.44º | 0.66% | 0.45% | - |
| HSV(B) | 238.44º | 0.8% | 0.76% | - |
| XYZ | 11.33 | 6.01 | 51.02 | - |
| YUV | 58.9 | 203.67 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 43 | 193 | 0.80 | 0.78 | 0 | 0.24 | 238.44 | 0.66 | 0.45 |
| Hex | 27 | 2B | C1 | 50 | 4E | 0 | 18 | EE | 42 | 2D |
| Octal | 47 | 53 | 301 | 120 | 116 | 0 | 30 | 356 | 102 | 55 |
| Binary | 100111 | 101011 | 11000001 | 1010000 | 1001110 | 0 | 11000 | 11101110 | 1000010 | 101101 |
Color Harmonies of #272BC1
Complementary color
Monochromatic Colors of #272BC1
Black with #272BC1
Text Example
Text Example
White with #272BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272BC1; }
p { color: rgb(39,43,193); }
H1.HeaderClassName
{
color: #272BC1;
}
.AnyTagClassName
{
color: #272BC1;
}
</style>
background-color css
<style>
a { background-color: #272BC1; }
a { background-color: rgb(39,43,193); }
div.DivClassName
{
background-color: #272BC1;
}
.BgClassName
{
background-color: #272BC1;
}
</style>
border-color css
<style>
span { border-color: #272BC1; }
span { border-color: rgb(39,43,193); }
td.TdClassName
{
border-color: #272BC1;
}
.TagClassName
{
border-color: #272BC1;
}
</style>