Shades of Indigo #430B74
Tints of Indigo #430B74
RGB
CMYK
RGB Variations
Color information
#430B74 (or 0x430B74) is known color: Indigo. HEX triplet: 43, 0B and 74. RGB value is (67,11,116). Sum of RGB (Red+Green+Blue) = 67+11+116=194 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.54% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #430B74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430B74 is #BCF48B. Grayscale: #272727. Windows color (decimal): -12383372 or 7605059. OLE color: 7605059.
HSL color Cylindrical-coordinate representation of color #430B74: hue angle of 272º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430B74 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 11 | 116 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.55 |
| HSL | 272º | 0.83% | 0.25% | - |
| HSV(B) | 272º | 0.91% | 0.45% | - |
| XYZ | 5.59 | 2.69 | 16.75 | - |
| YUV | 39.71 | 171.05 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 116 | 0.42 | 0.91 | 0 | 0.55 | 272 | 0.83 | 0.25 |
| Hex | 43 | B | 74 | 2A | 5B | 0 | 37 | 110 | 53 | 19 |
| Octal | 103 | 13 | 164 | 52 | 133 | 0 | 67 | 420 | 123 | 31 |
| Binary | 1000011 | 1011 | 1110100 | 101010 | 1011011 | 0 | 110111 | 100010000 | 1010011 | 11001 |
Color Harmonies of #430B74
Complementary color
Monochromatic Colors of #430B74
Black with #430B74
Text Example
Text Example
White with #430B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B74; }
p { color: rgb(67,11,116); }
H1.HeaderClassName
{
color: #430B74;
}
.AnyTagClassName
{
color: #430B74;
}
</style>
background-color css
<style>
a { background-color: #430B74; }
a { background-color: rgb(67,11,116); }
div.DivClassName
{
background-color: #430B74;
}
.BgClassName
{
background-color: #430B74;
}
</style>
border-color css
<style>
span { border-color: #430B74; }
span { border-color: rgb(67,11,116); }
td.TdClassName
{
border-color: #430B74;
}
.TagClassName
{
border-color: #430B74;
}
</style>