Shades of Persian Blue #3A2BB1
Tints of Persian Blue #3A2BB1
RGB
CMYK
RGB Variations
Color information
#3A2BB1 (or 0x3A2BB1) is known color: Persian Blue. HEX triplet: 3A, 2B and B1. RGB value is (58,43,177). Sum of RGB (Red+Green+Blue) = 58+43+177=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 177 (69.53% from 255 or 63.67% from 278); Max value from RGB is 177 - color contains mainly: blue. Hex color #3A2BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2BB1 is #C5D44E. Grayscale: #3E3E3E. Windows color (decimal): -12964943 or 11610938. OLE color: 11610938.
HSL color Cylindrical-coordinate representation of color #3A2BB1: hue angle of 246.72º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A2BB1 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 43 | 177 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.31 |
| HSL | 246.72º | 0.61% | 0.43% | - |
| HSV(B) | 246.72º | 0.76% | 0.69% | - |
| XYZ | 10.54 | 5.8 | 42.16 | - |
| YUV | 62.76 | 192.47 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 43 | 177 | 0.67 | 0.76 | 0 | 0.31 | 246.72 | 0.61 | 0.43 |
| Hex | 3A | 2B | B1 | 43 | 4C | 0 | 1F | F7 | 3D | 2B |
| Octal | 72 | 53 | 261 | 103 | 114 | 0 | 37 | 367 | 75 | 53 |
| Binary | 111010 | 101011 | 10110001 | 1000011 | 1001100 | 0 | 11111 | 11110111 | 111101 | 101011 |
Color Harmonies of #3A2BB1
Complementary color
Monochromatic Colors of #3A2BB1
Black with #3A2BB1
Text Example
Text Example
White with #3A2BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2BB1; }
p { color: rgb(58,43,177); }
H1.HeaderClassName
{
color: #3A2BB1;
}
.AnyTagClassName
{
color: #3A2BB1;
}
</style>
background-color css
<style>
a { background-color: #3A2BB1; }
a { background-color: rgb(58,43,177); }
div.DivClassName
{
background-color: #3A2BB1;
}
.BgClassName
{
background-color: #3A2BB1;
}
</style>
border-color css
<style>
span { border-color: #3A2BB1; }
span { border-color: rgb(58,43,177); }
td.TdClassName
{
border-color: #3A2BB1;
}
.TagClassName
{
border-color: #3A2BB1;
}
</style>