Shades of Indigo #430098
Tints of Indigo #430098
RGB
CMYK
RGB Variations
Color information
#430098 (or 0x430098) is known color: Indigo. HEX triplet: 43, 00 and 98. RGB value is (67,0,152). Sum of RGB (Red+Green+Blue) = 67+0+152=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #430098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430098 is #BCFF67. Grayscale: #242424. Windows color (decimal): -12386152 or 9961539. OLE color: 9961539.
HSL color Cylindrical-coordinate representation of color #430098: hue angle of 266.45º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430098 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 0 | 152 | - |
| CMYK | 0.56 | 1 | 0 | 0.40 |
| HSL | 266.45º | 1% | 0.3% | - |
| HSV(B) | 266.45º | 1% | 0.6% | - |
| XYZ | 7.98 | 3.46 | 29.95 | - |
| YUV | 37.36 | 192.7 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 152 | 0.56 | 1 | 0 | 0.40 | 266.45 | 1 | 0.3 |
| Hex | 43 | 0 | 98 | 38 | 64 | 0 | 28 | 10A | 64 | 1E |
| Octal | 103 | 0 | 230 | 70 | 144 | 0 | 50 | 412 | 144 | 36 |
| Binary | 1000011 | 0 | 10011000 | 111000 | 1100100 | 0 | 101000 | 100001010 | 1100100 | 11110 |
Color Harmonies of #430098
Complementary color
Monochromatic Colors of #430098
Black with #430098
Text Example
Text Example
White with #430098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430098; }
p { color: rgb(67,0,152); }
H1.HeaderClassName
{
color: #430098;
}
.AnyTagClassName
{
color: #430098;
}
</style>
background-color css
<style>
a { background-color: #430098; }
a { background-color: rgb(67,0,152); }
div.DivClassName
{
background-color: #430098;
}
.BgClassName
{
background-color: #430098;
}
</style>
border-color css
<style>
span { border-color: #430098; }
span { border-color: rgb(67,0,152); }
td.TdClassName
{
border-color: #430098;
}
.TagClassName
{
border-color: #430098;
}
</style>