Shades of Persian Indigo #30237C
Tints of Persian Indigo #30237C
RGB
CMYK
RGB Variations
Color information
#30237C (or 0x30237C) is known color: Persian Indigo. HEX triplet: 30, 23 and 7C. RGB value is (48,35,124). Sum of RGB (Red+Green+Blue) = 48+35+124=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #30237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30237C is #CFDC83. Grayscale: #303030. Windows color (decimal): -13622404 or 8135472. OLE color: 8135472.
HSL color Cylindrical-coordinate representation of color #30237C: hue angle of 248.76º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30237C is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 35 | 124 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.51 |
| HSL | 248.76º | 0.56% | 0.31% | - |
| HSV(B) | 248.76º | 0.72% | 0.49% | - |
| XYZ | 5.46 | 3.29 | 19.42 | - |
| YUV | 49.03 | 170.31 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 124 | 0.61 | 0.72 | 0 | 0.51 | 248.76 | 0.56 | 0.31 |
| Hex | 30 | 23 | 7C | 3D | 48 | 0 | 33 | F9 | 38 | 1F |
| Octal | 60 | 43 | 174 | 75 | 110 | 0 | 63 | 371 | 70 | 37 |
| Binary | 110000 | 100011 | 1111100 | 111101 | 1001000 | 0 | 110011 | 11111001 | 111000 | 11111 |
Color Harmonies of #30237C
Complementary color
Monochromatic Colors of #30237C
Black with #30237C
Text Example
Text Example
White with #30237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30237C; }
p { color: rgb(48,35,124); }
H1.HeaderClassName
{
color: #30237C;
}
.AnyTagClassName
{
color: #30237C;
}
</style>
background-color css
<style>
a { background-color: #30237C; }
a { background-color: rgb(48,35,124); }
div.DivClassName
{
background-color: #30237C;
}
.BgClassName
{
background-color: #30237C;
}
</style>
border-color css
<style>
span { border-color: #30237C; }
span { border-color: rgb(48,35,124); }
td.TdClassName
{
border-color: #30237C;
}
.TagClassName
{
border-color: #30237C;
}
</style>