Shades of Han Purple #2423EA
Tints of Han Purple #2423EA
RGB
CMYK
RGB Variations
Color information
#2423EA (or 0x2423EA) is known color: Han Purple. HEX triplet: 24, 23 and EA. RGB value is (36,35,234). Sum of RGB (Red+Green+Blue) = 36+35+234=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 234 (91.80% from 255 or 76.72% from 305); Max value from RGB is 234 - color contains mainly: blue. Hex color #2423EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2423EA is #DBDC15. Grayscale: #393939. Windows color (decimal): -14408726 or 15344420. OLE color: 15344420.
HSL color Cylindrical-coordinate representation of color #2423EA: hue angle of 240.3º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2423EA is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 35 | 234 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.08 |
| HSL | 240.3º | 0.83% | 0.53% | - |
| HSV(B) | 240.3º | 0.85% | 0.92% | - |
| XYZ | 16.18 | 7.52 | 78.44 | - |
| YUV | 57.99 | 227.33 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 35 | 234 | 0.85 | 0.85 | 0 | 0.08 | 240.3 | 0.83 | 0.53 |
| Hex | 24 | 23 | EA | 55 | 55 | 0 | 8 | F0 | 53 | 35 |
| Octal | 44 | 43 | 352 | 125 | 125 | 0 | 10 | 360 | 123 | 65 |
| Binary | 100100 | 100011 | 11101010 | 1010101 | 1010101 | 0 | 1000 | 11110000 | 1010011 | 110101 |
Color Harmonies of #2423EA
Complementary color
Monochromatic Colors of #2423EA
Black with #2423EA
Text Example
Text Example
White with #2423EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2423EA; }
p { color: rgb(36,35,234); }
H1.HeaderClassName
{
color: #2423EA;
}
.AnyTagClassName
{
color: #2423EA;
}
</style>
background-color css
<style>
a { background-color: #2423EA; }
a { background-color: rgb(36,35,234); }
div.DivClassName
{
background-color: #2423EA;
}
.BgClassName
{
background-color: #2423EA;
}
</style>
border-color css
<style>
span { border-color: #2423EA; }
span { border-color: rgb(36,35,234); }
td.TdClassName
{
border-color: #2423EA;
}
.TagClassName
{
border-color: #2423EA;
}
</style>