Shades of Han Purple #2C26FF
Tints of Han Purple #2C26FF
RGB
CMYK
RGB Variations
Color information
#2C26FF (or 0x2C26FF) is known color: Han Purple. HEX triplet: 2C, 26 and FF. RGB value is (44,38,255). Sum of RGB (Red+Green+Blue) = 44+38+255=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #2C26FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C26FF is #D3D900. Grayscale: #3F3F3F. Windows color (decimal): -13883649 or 16721452. OLE color: 16721452.
HSL color Cylindrical-coordinate representation of color #2C26FF: hue angle of 241.66º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C26FF is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 38 | 255 | - |
| CMYK | 0.83 | 0.85 | 0 | 0 |
| HSL | 241.66º | 1% | 0.57% | - |
| HSV(B) | 241.66º | 0.85% | 1% | - |
| XYZ | 19.78 | 9.14 | 95.33 | - |
| YUV | 64.53 | 235.49 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 38 | 255 | 0.83 | 0.85 | 0 | 0 | 241.66 | 1 | 0.57 |
| Hex | 2C | 26 | FF | 53 | 55 | 0 | 0 | F2 | 64 | 39 |
| Octal | 54 | 46 | 377 | 123 | 125 | 0 | 0 | 362 | 144 | 71 |
| Binary | 101100 | 100110 | 11111111 | 1010011 | 1010101 | 0 | 0 | 11110010 | 1100100 | 111001 |
Color Harmonies of #2C26FF
Complementary color
Monochromatic Colors of #2C26FF
Black with #2C26FF
Text Example
Text Example
White with #2C26FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C26FF; }
p { color: rgb(44,38,255); }
H1.HeaderClassName
{
color: #2C26FF;
}
.AnyTagClassName
{
color: #2C26FF;
}
</style>
background-color css
<style>
a { background-color: #2C26FF; }
a { background-color: rgb(44,38,255); }
div.DivClassName
{
background-color: #2C26FF;
}
.BgClassName
{
background-color: #2C26FF;
}
</style>
border-color css
<style>
span { border-color: #2C26FF; }
span { border-color: rgb(44,38,255); }
td.TdClassName
{
border-color: #2C26FF;
}
.TagClassName
{
border-color: #2C26FF;
}
</style>