Shades of Indigo #4307AF
Tints of Indigo #4307AF
RGB
CMYK
RGB Variations
Color information
#4307AF (or 0x4307AF) is known color: Indigo. HEX triplet: 43, 07 and AF. RGB value is (67,7,175). Sum of RGB (Red+Green+Blue) = 67+7+175=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 175 (68.75% from 255 or 70.28% from 249); Max value from RGB is 175 - color contains mainly: blue. Hex color #4307AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4307AF is #BCF850. Grayscale: #2B2B2B. Windows color (decimal): -12384337 or 11470659. OLE color: 11470659.
HSL color Cylindrical-coordinate representation of color #4307AF: hue angle of 261.43º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4307AF is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 7 | 175 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.31 |
| HSL | 261.43º | 0.92% | 0.36% | - |
| HSV(B) | 261.43º | 0.96% | 0.69% | - |
| XYZ | 10.13 | 4.44 | 40.88 | - |
| YUV | 44.09 | 201.88 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 175 | 0.62 | 0.96 | 0 | 0.31 | 261.43 | 0.92 | 0.36 |
| Hex | 43 | 7 | AF | 3E | 60 | 0 | 1F | 105 | 5C | 24 |
| Octal | 103 | 7 | 257 | 76 | 140 | 0 | 37 | 405 | 134 | 44 |
| Binary | 1000011 | 111 | 10101111 | 111110 | 1100000 | 0 | 11111 | 100000101 | 1011100 | 100100 |
Color Harmonies of #4307AF
Complementary color
Monochromatic Colors of #4307AF
Black with #4307AF
Text Example
Text Example
White with #4307AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4307AF; }
p { color: rgb(67,7,175); }
H1.HeaderClassName
{
color: #4307AF;
}
.AnyTagClassName
{
color: #4307AF;
}
</style>
background-color css
<style>
a { background-color: #4307AF; }
a { background-color: rgb(67,7,175); }
div.DivClassName
{
background-color: #4307AF;
}
.BgClassName
{
background-color: #4307AF;
}
</style>
border-color css
<style>
span { border-color: #4307AF; }
span { border-color: rgb(67,7,175); }
td.TdClassName
{
border-color: #4307AF;
}
.TagClassName
{
border-color: #4307AF;
}
</style>