Shades of Indigo #430262
Tints of Indigo #430262
RGB
CMYK
RGB Variations
Color information
#430262 (or 0x430262) is known color: Indigo. HEX triplet: 43, 02 and 62. RGB value is (67,2,98). Sum of RGB (Red+Green+Blue) = 67+2+98=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #430262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430262 is #BCFD9D. Grayscale: #202020. Windows color (decimal): -12385694 or 6423107. OLE color: 6423107.
HSL color Cylindrical-coordinate representation of color #430262: hue angle of 280.62º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430262 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 2 | 98 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.62 |
| HSL | 280.63º | 0.96% | 0.2% | - |
| HSV(B) | 280.63º | 0.98% | 0.38% | - |
| XYZ | 4.54 | 2.12 | 11.72 | - |
| YUV | 32.38 | 165.03 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 98 | 0.32 | 0.98 | 0 | 0.62 | 280.63 | 0.96 | 0.2 |
| Hex | 43 | 2 | 62 | 20 | 62 | 0 | 3E | 119 | 60 | 14 |
| Octal | 103 | 2 | 142 | 40 | 142 | 0 | 76 | 431 | 140 | 24 |
| Binary | 1000011 | 10 | 1100010 | 100000 | 1100010 | 0 | 111110 | 100011001 | 1100000 | 10100 |
Color Harmonies of #430262
Complementary color
Monochromatic Colors of #430262
Black with #430262
Text Example
Text Example
White with #430262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430262; }
p { color: rgb(67,2,98); }
H1.HeaderClassName
{
color: #430262;
}
.AnyTagClassName
{
color: #430262;
}
</style>
background-color css
<style>
a { background-color: #430262; }
a { background-color: rgb(67,2,98); }
div.DivClassName
{
background-color: #430262;
}
.BgClassName
{
background-color: #430262;
}
</style>
border-color css
<style>
span { border-color: #430262; }
span { border-color: rgb(67,2,98); }
td.TdClassName
{
border-color: #430262;
}
.TagClassName
{
border-color: #430262;
}
</style>