Shades of Indigo #430362
Tints of Indigo #430362
RGB
CMYK
RGB Variations
Color information
#430362 (or 0x430362) is known color: Indigo. HEX triplet: 43, 03 and 62. RGB value is (67,3,98). Sum of RGB (Red+Green+Blue) = 67+3+98=168 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.88% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 98 (38.67% from 255 or 58.33% from 168); Max value from RGB is 98 - color contains mainly: blue. Hex color #430362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430362 is #BCFC9D. Grayscale: #202020. Windows color (decimal): -12385438 or 6423363. OLE color: 6423363.
HSL color Cylindrical-coordinate representation of color #430362: hue angle of 280.42º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #430362 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 3 | 98 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.62 |
| HSL | 280.42º | 0.94% | 0.2% | - |
| HSV(B) | 280.42º | 0.97% | 0.38% | - |
| XYZ | 4.55 | 2.14 | 11.73 | - |
| YUV | 32.97 | 164.7 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 98 | 0.32 | 0.97 | 0 | 0.62 | 280.42 | 0.94 | 0.2 |
| Hex | 43 | 3 | 62 | 20 | 61 | 0 | 3E | 118 | 5E | 14 |
| Octal | 103 | 3 | 142 | 40 | 141 | 0 | 76 | 430 | 136 | 24 |
| Binary | 1000011 | 11 | 1100010 | 100000 | 1100001 | 0 | 111110 | 100011000 | 1011110 | 10100 |
Color Harmonies of #430362
Complementary color
Monochromatic Colors of #430362
Black with #430362
Text Example
Text Example
White with #430362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430362; }
p { color: rgb(67,3,98); }
H1.HeaderClassName
{
color: #430362;
}
.AnyTagClassName
{
color: #430362;
}
</style>
background-color css
<style>
a { background-color: #430362; }
a { background-color: rgb(67,3,98); }
div.DivClassName
{
background-color: #430362;
}
.BgClassName
{
background-color: #430362;
}
</style>
border-color css
<style>
span { border-color: #430362; }
span { border-color: rgb(67,3,98); }
td.TdClassName
{
border-color: #430362;
}
.TagClassName
{
border-color: #430362;
}
</style>