Shades of Persian Indigo #3C0FAA
Tints of Persian Indigo #3C0FAA
RGB
CMYK
RGB Variations
Color information
#3C0FAA (or 0x3C0FAA) is known color: Persian Indigo. HEX triplet: 3C, 0F and AA. RGB value is (60,15,170). Sum of RGB (Red+Green+Blue) = 60+15+170=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C0FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0FAA is #C3F055. Grayscale: #2D2D2D. Windows color (decimal): -12841046 or 11145020. OLE color: 11145020.
HSL color Cylindrical-coordinate representation of color #3C0FAA: hue angle of 257.42º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C0FAA is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 15 | 170 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.33 |
| HSL | 257.42º | 0.84% | 0.36% | - |
| HSV(B) | 257.42º | 0.91% | 0.67% | - |
| XYZ | 9.29 | 4.2 | 38.35 | - |
| YUV | 46.13 | 197.91 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 170 | 0.65 | 0.91 | 0 | 0.33 | 257.42 | 0.84 | 0.36 |
| Hex | 3C | F | AA | 41 | 5B | 0 | 21 | 101 | 54 | 24 |
| Octal | 74 | 17 | 252 | 101 | 133 | 0 | 41 | 401 | 124 | 44 |
| Binary | 111100 | 1111 | 10101010 | 1000001 | 1011011 | 0 | 100001 | 100000001 | 1010100 | 100100 |
Color Harmonies of #3C0FAA
Complementary color
Monochromatic Colors of #3C0FAA
Black with #3C0FAA
Text Example
Text Example
White with #3C0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0FAA; }
p { color: rgb(60,15,170); }
H1.HeaderClassName
{
color: #3C0FAA;
}
.AnyTagClassName
{
color: #3C0FAA;
}
</style>
background-color css
<style>
a { background-color: #3C0FAA; }
a { background-color: rgb(60,15,170); }
div.DivClassName
{
background-color: #3C0FAA;
}
.BgClassName
{
background-color: #3C0FAA;
}
</style>
border-color css
<style>
span { border-color: #3C0FAA; }
span { border-color: rgb(60,15,170); }
td.TdClassName
{
border-color: #3C0FAA;
}
.TagClassName
{
border-color: #3C0FAA;
}
</style>