Shades of Persian Indigo #33268B
Tints of Persian Indigo #33268B
RGB
CMYK
RGB Variations
Color information
#33268B (or 0x33268B) is known color: Persian Indigo. HEX triplet: 33, 26 and 8B. RGB value is (51,38,139). Sum of RGB (Red+Green+Blue) = 51+38+139=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #33268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33268B is #CCD974. Grayscale: #353535. Windows color (decimal): -13425013 or 9119283. OLE color: 9119283.
HSL color Cylindrical-coordinate representation of color #33268B: hue angle of 247.72º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33268B is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 38 | 139 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.45 |
| HSL | 247.72º | 0.57% | 0.35% | - |
| HSV(B) | 247.72º | 0.73% | 0.55% | - |
| XYZ | 6.72 | 3.95 | 24.84 | - |
| YUV | 53.4 | 176.31 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 139 | 0.63 | 0.73 | 0 | 0.45 | 247.72 | 0.57 | 0.35 |
| Hex | 33 | 26 | 8B | 3F | 49 | 0 | 2D | F8 | 39 | 23 |
| Octal | 63 | 46 | 213 | 77 | 111 | 0 | 55 | 370 | 71 | 43 |
| Binary | 110011 | 100110 | 10001011 | 111111 | 1001001 | 0 | 101101 | 11111000 | 111001 | 100011 |
Color Harmonies of #33268B
Complementary color
Monochromatic Colors of #33268B
Black with #33268B
Text Example
Text Example
White with #33268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33268B; }
p { color: rgb(51,38,139); }
H1.HeaderClassName
{
color: #33268B;
}
.AnyTagClassName
{
color: #33268B;
}
</style>
background-color css
<style>
a { background-color: #33268B; }
a { background-color: rgb(51,38,139); }
div.DivClassName
{
background-color: #33268B;
}
.BgClassName
{
background-color: #33268B;
}
</style>
border-color css
<style>
span { border-color: #33268B; }
span { border-color: rgb(51,38,139); }
td.TdClassName
{
border-color: #33268B;
}
.TagClassName
{
border-color: #33268B;
}
</style>