Shades of Han Purple #2D26FA
Tints of Han Purple #2D26FA
RGB
CMYK
RGB Variations
Color information
#2D26FA (or 0x2D26FA) is known color: Han Purple. HEX triplet: 2D, 26 and FA. RGB value is (45,38,250). Sum of RGB (Red+Green+Blue) = 45+38+250=333 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.51% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 250 (98.05% from 255 or 75.08% from 333); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D26FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D26FA is #D2D905. Grayscale: #3F3F3F. Windows color (decimal): -13818118 or 16393773. OLE color: 16393773.
HSL color Cylindrical-coordinate representation of color #2D26FA: hue angle of 241.98º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D26FA is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 38 | 250 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.02 |
| HSL | 241.98º | 0.95% | 0.56% | - |
| HSV(B) | 241.98º | 0.85% | 0.98% | - |
| XYZ | 19.03 | 8.85 | 91.15 | - |
| YUV | 64.26 | 232.82 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 250 | 0.82 | 0.85 | 0 | 0.02 | 241.98 | 0.95 | 0.56 |
| Hex | 2D | 26 | FA | 52 | 55 | 0 | 2 | F2 | 5F | 38 |
| Octal | 55 | 46 | 372 | 122 | 125 | 0 | 2 | 362 | 137 | 70 |
| Binary | 101101 | 100110 | 11111010 | 1010010 | 1010101 | 0 | 10 | 11110010 | 1011111 | 111000 |
Color Harmonies of #2D26FA
Complementary color
Monochromatic Colors of #2D26FA
Black with #2D26FA
Text Example
Text Example
White with #2D26FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D26FA; }
p { color: rgb(45,38,250); }
H1.HeaderClassName
{
color: #2D26FA;
}
.AnyTagClassName
{
color: #2D26FA;
}
</style>
background-color css
<style>
a { background-color: #2D26FA; }
a { background-color: rgb(45,38,250); }
div.DivClassName
{
background-color: #2D26FA;
}
.BgClassName
{
background-color: #2D26FA;
}
</style>
border-color css
<style>
span { border-color: #2D26FA; }
span { border-color: rgb(45,38,250); }
td.TdClassName
{
border-color: #2D26FA;
}
.TagClassName
{
border-color: #2D26FA;
}
</style>