Shades of Persian Indigo #2B0365
Tints of Persian Indigo #2B0365
RGB
CMYK
RGB Variations
Color information
#2B0365 (or 0x2B0365) is known color: Persian Indigo. HEX triplet: 2B, 03 and 65. RGB value is (43,3,101). Sum of RGB (Red+Green+Blue) = 43+3+101=147 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.25% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 101 (39.84% from 255 or 68.71% from 147); Max value from RGB is 101 - color contains mainly: blue. Hex color #2B0365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0365 is #D4FC9A. Grayscale: #191919. Windows color (decimal): -13958299 or 6619947. OLE color: 6619947.
HSL color Cylindrical-coordinate representation of color #2B0365: hue angle of 264.49º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B0365 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 3 | 101 | - |
| CMYK | 0.57 | 0.97 | 0 | 0.60 |
| HSL | 264.49º | 0.94% | 0.2% | - |
| HSV(B) | 264.49º | 0.97% | 0.4% | - |
| XYZ | 3.38 | 1.52 | 12.43 | - |
| YUV | 26.13 | 170.25 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 3 | 101 | 0.57 | 0.97 | 0 | 0.60 | 264.49 | 0.94 | 0.2 |
| Hex | 2B | 3 | 65 | 39 | 61 | 0 | 3C | 108 | 5E | 14 |
| Octal | 53 | 3 | 145 | 71 | 141 | 0 | 74 | 410 | 136 | 24 |
| Binary | 101011 | 11 | 1100101 | 111001 | 1100001 | 0 | 111100 | 100001000 | 1011110 | 10100 |
Color Harmonies of #2B0365
Complementary color
Monochromatic Colors of #2B0365
Black with #2B0365
Text Example
Text Example
White with #2B0365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0365; }
p { color: rgb(43,3,101); }
H1.HeaderClassName
{
color: #2B0365;
}
.AnyTagClassName
{
color: #2B0365;
}
</style>
background-color css
<style>
a { background-color: #2B0365; }
a { background-color: rgb(43,3,101); }
div.DivClassName
{
background-color: #2B0365;
}
.BgClassName
{
background-color: #2B0365;
}
</style>
border-color css
<style>
span { border-color: #2B0365; }
span { border-color: rgb(43,3,101); }
td.TdClassName
{
border-color: #2B0365;
}
.TagClassName
{
border-color: #2B0365;
}
</style>