Shades of Indigo #430895
Tints of Indigo #430895
RGB
CMYK
RGB Variations
Color information
#430895 (or 0x430895) is known color: Indigo. HEX triplet: 43, 08 and 95. RGB value is (67,8,149). Sum of RGB (Red+Green+Blue) = 67+8+149=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #430895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430895 is #BCF76A. Grayscale: #292929. Windows color (decimal): -12384107 or 9766979. OLE color: 9766979.
HSL color Cylindrical-coordinate representation of color #430895: hue angle of 265.11º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430895 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 8 | 149 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.42 |
| HSL | 265.11º | 0.9% | 0.31% | - |
| HSV(B) | 265.11º | 0.95% | 0.58% | - |
| XYZ | 7.83 | 3.54 | 28.7 | - |
| YUV | 41.72 | 188.55 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 149 | 0.55 | 0.95 | 0 | 0.42 | 265.11 | 0.9 | 0.31 |
| Hex | 43 | 8 | 95 | 37 | 5F | 0 | 2A | 109 | 5A | 1F |
| Octal | 103 | 10 | 225 | 67 | 137 | 0 | 52 | 411 | 132 | 37 |
| Binary | 1000011 | 1000 | 10010101 | 110111 | 1011111 | 0 | 101010 | 100001001 | 1011010 | 11111 |
Color Harmonies of #430895
Complementary color
Monochromatic Colors of #430895
Black with #430895
Text Example
Text Example
White with #430895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430895; }
p { color: rgb(67,8,149); }
H1.HeaderClassName
{
color: #430895;
}
.AnyTagClassName
{
color: #430895;
}
</style>
background-color css
<style>
a { background-color: #430895; }
a { background-color: rgb(67,8,149); }
div.DivClassName
{
background-color: #430895;
}
.BgClassName
{
background-color: #430895;
}
</style>
border-color css
<style>
span { border-color: #430895; }
span { border-color: rgb(67,8,149); }
td.TdClassName
{
border-color: #430895;
}
.TagClassName
{
border-color: #430895;
}
</style>