Shades of Indigo #4308B0
Tints of Indigo #4308B0
RGB
CMYK
RGB Variations
Color information
#4308B0 (or 0x4308B0) is known color: Indigo. HEX triplet: 43, 08 and B0. RGB value is (67,8,176). Sum of RGB (Red+Green+Blue) = 67+8+176=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 176 (69.14% from 255 or 70.12% from 251); Max value from RGB is 176 - color contains mainly: blue. Hex color #4308B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4308B0 is #BCF74F. Grayscale: #2C2C2C. Windows color (decimal): -12384080 or 11536451. OLE color: 11536451.
HSL color Cylindrical-coordinate representation of color #4308B0: hue angle of 261.07º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4308B0 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 8 | 176 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.31 |
| HSL | 261.07º | 0.91% | 0.36% | - |
| HSV(B) | 261.07º | 0.95% | 0.69% | - |
| XYZ | 10.24 | 4.5 | 41.4 | - |
| YUV | 44.79 | 202.05 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 176 | 0.62 | 0.95 | 0 | 0.31 | 261.07 | 0.91 | 0.36 |
| Hex | 43 | 8 | B0 | 3E | 5F | 0 | 1F | 105 | 5B | 24 |
| Octal | 103 | 10 | 260 | 76 | 137 | 0 | 37 | 405 | 133 | 44 |
| Binary | 1000011 | 1000 | 10110000 | 111110 | 1011111 | 0 | 11111 | 100000101 | 1011011 | 100100 |
Color Harmonies of #4308B0
Complementary color
Monochromatic Colors of #4308B0
Black with #4308B0
Text Example
Text Example
White with #4308B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4308B0; }
p { color: rgb(67,8,176); }
H1.HeaderClassName
{
color: #4308B0;
}
.AnyTagClassName
{
color: #4308B0;
}
</style>
background-color css
<style>
a { background-color: #4308B0; }
a { background-color: rgb(67,8,176); }
div.DivClassName
{
background-color: #4308B0;
}
.BgClassName
{
background-color: #4308B0;
}
</style>
border-color css
<style>
span { border-color: #4308B0; }
span { border-color: rgb(67,8,176); }
td.TdClassName
{
border-color: #4308B0;
}
.TagClassName
{
border-color: #4308B0;
}
</style>