Shades of Indigo #430268
Tints of Indigo #430268
RGB
CMYK
RGB Variations
Color information
#430268 (or 0x430268) is known color: Indigo. HEX triplet: 43, 02 and 68. RGB value is (67,2,104). Sum of RGB (Red+Green+Blue) = 67+2+104=173 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.73% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #430268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430268 is #BCFD97. Grayscale: #202020. Windows color (decimal): -12385688 or 6816323. OLE color: 6816323.
HSL color Cylindrical-coordinate representation of color #430268: hue angle of 278.24º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430268 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 2 | 104 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.59 |
| HSL | 278.24º | 0.96% | 0.21% | - |
| HSV(B) | 278.24º | 0.98% | 0.41% | - |
| XYZ | 4.84 | 2.24 | 13.27 | - |
| YUV | 33.06 | 168.03 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 104 | 0.36 | 0.98 | 0 | 0.59 | 278.24 | 0.96 | 0.21 |
| Hex | 43 | 2 | 68 | 24 | 62 | 0 | 3B | 116 | 60 | 15 |
| Octal | 103 | 2 | 150 | 44 | 142 | 0 | 73 | 426 | 140 | 25 |
| Binary | 1000011 | 10 | 1101000 | 100100 | 1100010 | 0 | 111011 | 100010110 | 1100000 | 10101 |
Color Harmonies of #430268
Complementary color
Monochromatic Colors of #430268
Black with #430268
Text Example
Text Example
White with #430268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430268; }
p { color: rgb(67,2,104); }
H1.HeaderClassName
{
color: #430268;
}
.AnyTagClassName
{
color: #430268;
}
</style>
background-color css
<style>
a { background-color: #430268; }
a { background-color: rgb(67,2,104); }
div.DivClassName
{
background-color: #430268;
}
.BgClassName
{
background-color: #430268;
}
</style>
border-color css
<style>
span { border-color: #430268; }
span { border-color: rgb(67,2,104); }
td.TdClassName
{
border-color: #430268;
}
.TagClassName
{
border-color: #430268;
}
</style>