Shades of Indigo #4302B6
Tints of Indigo #4302B6
RGB
CMYK
RGB Variations
Color information
#4302B6 (or 0x4302B6) is known color: Indigo. HEX triplet: 43, 02 and B6. RGB value is (67,2,182). Sum of RGB (Red+Green+Blue) = 67+2+182=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 182 (71.48% from 255 or 72.51% from 251); Max value from RGB is 182 - color contains mainly: blue. Hex color #4302B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4302B6 is #BCFD49. Grayscale: #292929. Windows color (decimal): -12385610 or 11928131. OLE color: 11928131.
HSL color Cylindrical-coordinate representation of color #4302B6: hue angle of 261.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4302B6 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 67 | 2 | 182 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.29 |
| HSL | 261.67º | 0.98% | 0.36% | - |
| HSV(B) | 261.67º | 0.99% | 0.71% | - |
| XYZ | 10.78 | 4.61 | 44.58 | - |
| YUV | 41.96 | 207.03 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 182 | 0.63 | 0.99 | 0 | 0.29 | 261.67 | 0.98 | 0.36 |
| Hex | 43 | 2 | B6 | 3F | 63 | 0 | 1D | 106 | 62 | 24 |
| Octal | 103 | 2 | 266 | 77 | 143 | 0 | 35 | 406 | 142 | 44 |
| Binary | 1000011 | 10 | 10110110 | 111111 | 1100011 | 0 | 11101 | 100000110 | 1100010 | 100100 |
Color Harmonies of #4302B6
Complementary color
Monochromatic Colors of #4302B6
Black with #4302B6
Text Example
Text Example
White with #4302B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4302B6; }
p { color: rgb(67,2,182); }
H1.HeaderClassName
{
color: #4302B6;
}
.AnyTagClassName
{
color: #4302B6;
}
</style>
background-color css
<style>
a { background-color: #4302B6; }
a { background-color: rgb(67,2,182); }
div.DivClassName
{
background-color: #4302B6;
}
.BgClassName
{
background-color: #4302B6;
}
</style>
border-color css
<style>
span { border-color: #4302B6; }
span { border-color: rgb(67,2,182); }
td.TdClassName
{
border-color: #4302B6;
}
.TagClassName
{
border-color: #4302B6;
}
</style>