Shades of Indigo #430BAF
Tints of Indigo #430BAF
RGB
CMYK
RGB Variations
Color information
#430BAF (or 0x430BAF) is known color: Indigo. HEX triplet: 43, 0B and AF. RGB value is (67,11,175). Sum of RGB (Red+Green+Blue) = 67+11+175=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 175 (68.75% from 255 or 69.17% from 253); Max value from RGB is 175 - color contains mainly: blue. Hex color #430BAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430BAF is #BCF450. Grayscale: #2D2D2D. Windows color (decimal): -12383313 or 11471683. OLE color: 11471683.
HSL color Cylindrical-coordinate representation of color #430BAF: hue angle of 260.49º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430BAF is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 11 | 175 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.31 |
| HSL | 260.49º | 0.88% | 0.36% | - |
| HSV(B) | 260.49º | 0.94% | 0.69% | - |
| XYZ | 10.17 | 4.53 | 40.9 | - |
| YUV | 46.44 | 200.55 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 175 | 0.62 | 0.94 | 0 | 0.31 | 260.49 | 0.88 | 0.36 |
| Hex | 43 | B | AF | 3E | 5E | 0 | 1F | 104 | 58 | 24 |
| Octal | 103 | 13 | 257 | 76 | 136 | 0 | 37 | 404 | 130 | 44 |
| Binary | 1000011 | 1011 | 10101111 | 111110 | 1011110 | 0 | 11111 | 100000100 | 1011000 | 100100 |
Color Harmonies of #430BAF
Complementary color
Monochromatic Colors of #430BAF
Black with #430BAF
Text Example
Text Example
White with #430BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BAF; }
p { color: rgb(67,11,175); }
H1.HeaderClassName
{
color: #430BAF;
}
.AnyTagClassName
{
color: #430BAF;
}
</style>
background-color css
<style>
a { background-color: #430BAF; }
a { background-color: rgb(67,11,175); }
div.DivClassName
{
background-color: #430BAF;
}
.BgClassName
{
background-color: #430BAF;
}
</style>
border-color css
<style>
span { border-color: #430BAF; }
span { border-color: rgb(67,11,175); }
td.TdClassName
{
border-color: #430BAF;
}
.TagClassName
{
border-color: #430BAF;
}
</style>