Shades of Han Purple #2D22F1
Tints of Han Purple #2D22F1
RGB
CMYK
RGB Variations
Color information
#2D22F1 (or 0x2D22F1) is known color: Han Purple. HEX triplet: 2D, 22 and F1. RGB value is (45,34,241). Sum of RGB (Red+Green+Blue) = 45+34+241=320 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.06% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 241 (94.53% from 255 or 75.31% from 320); Max value from RGB is 241 - color contains mainly: blue. Hex color #2D22F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D22F1 is #D2DD0E. Grayscale: #3C3C3C. Windows color (decimal): -13819151 or 15802925. OLE color: 15802925.
HSL color Cylindrical-coordinate representation of color #2D22F1: hue angle of 243.19º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D22F1 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 34 | 241 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.05 |
| HSL | 243.19º | 0.88% | 0.54% | - |
| HSV(B) | 243.19º | 0.86% | 0.95% | - |
| XYZ | 17.53 | 8.05 | 83.85 | - |
| YUV | 60.89 | 229.64 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 241 | 0.81 | 0.86 | 0 | 0.05 | 243.19 | 0.88 | 0.54 |
| Hex | 2D | 22 | F1 | 51 | 56 | 0 | 5 | F3 | 58 | 36 |
| Octal | 55 | 42 | 361 | 121 | 126 | 0 | 5 | 363 | 130 | 66 |
| Binary | 101101 | 100010 | 11110001 | 1010001 | 1010110 | 0 | 101 | 11110011 | 1011000 | 110110 |
Color Harmonies of #2D22F1
Complementary color
Monochromatic Colors of #2D22F1
Black with #2D22F1
Text Example
Text Example
White with #2D22F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D22F1; }
p { color: rgb(45,34,241); }
H1.HeaderClassName
{
color: #2D22F1;
}
.AnyTagClassName
{
color: #2D22F1;
}
</style>
background-color css
<style>
a { background-color: #2D22F1; }
a { background-color: rgb(45,34,241); }
div.DivClassName
{
background-color: #2D22F1;
}
.BgClassName
{
background-color: #2D22F1;
}
</style>
border-color css
<style>
span { border-color: #2D22F1; }
span { border-color: rgb(45,34,241); }
td.TdClassName
{
border-color: #2D22F1;
}
.TagClassName
{
border-color: #2D22F1;
}
</style>