Shades of Persian Indigo #30277F
Tints of Persian Indigo #30277F
RGB
CMYK
RGB Variations
Color information
#30277F (or 0x30277F) is known color: Persian Indigo. HEX triplet: 30, 27 and 7F. RGB value is (48,39,127). Sum of RGB (Red+Green+Blue) = 48+39+127=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #30277F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30277F is #CFD880. Grayscale: #333333. Windows color (decimal): -13621377 or 8333104. OLE color: 8333104.
HSL color Cylindrical-coordinate representation of color #30277F: hue angle of 246.14º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30277F is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 39 | 127 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.50 |
| HSL | 246.14º | 0.53% | 0.33% | - |
| HSV(B) | 246.14º | 0.69% | 0.5% | - |
| XYZ | 5.78 | 3.61 | 20.47 | - |
| YUV | 51.72 | 170.48 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 39 | 127 | 0.62 | 0.69 | 0 | 0.50 | 246.14 | 0.53 | 0.33 |
| Hex | 30 | 27 | 7F | 3E | 45 | 0 | 32 | F6 | 35 | 21 |
| Octal | 60 | 47 | 177 | 76 | 105 | 0 | 62 | 366 | 65 | 41 |
| Binary | 110000 | 100111 | 1111111 | 111110 | 1000101 | 0 | 110010 | 11110110 | 110101 | 100001 |
Color Harmonies of #30277F
Complementary color
Monochromatic Colors of #30277F
Black with #30277F
Text Example
Text Example
White with #30277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30277F; }
p { color: rgb(48,39,127); }
H1.HeaderClassName
{
color: #30277F;
}
.AnyTagClassName
{
color: #30277F;
}
</style>
background-color css
<style>
a { background-color: #30277F; }
a { background-color: rgb(48,39,127); }
div.DivClassName
{
background-color: #30277F;
}
.BgClassName
{
background-color: #30277F;
}
</style>
border-color css
<style>
span { border-color: #30277F; }
span { border-color: rgb(48,39,127); }
td.TdClassName
{
border-color: #30277F;
}
.TagClassName
{
border-color: #30277F;
}
</style>