Shades of Han Purple #262AF2
Tints of Han Purple #262AF2
RGB
CMYK
RGB Variations
Color information
#262AF2 (or 0x262AF2) is known color: Han Purple. HEX triplet: 26, 2A and F2. RGB value is (38,42,242). Sum of RGB (Red+Green+Blue) = 38+42+242=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 242 (94.92% from 255 or 75.16% from 322); Max value from RGB is 242 - color contains mainly: blue. Hex color #262AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #262AF2 is #D9D50D. Grayscale: #3E3E3E. Windows color (decimal): -14275854 or 15870502. OLE color: 15870502.
HSL color Cylindrical-coordinate representation of color #262AF2: hue angle of 238.82º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #262AF2 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 42 | 242 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.05 |
| HSL | 238.82º | 0.89% | 0.55% | - |
| HSV(B) | 238.82º | 0.84% | 0.95% | - |
| XYZ | 17.65 | 8.48 | 84.71 | - |
| YUV | 63.6 | 228.67 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 242 | 0.84 | 0.83 | 0 | 0.05 | 238.82 | 0.89 | 0.55 |
| Hex | 26 | 2A | F2 | 54 | 53 | 0 | 5 | EF | 59 | 37 |
| Octal | 46 | 52 | 362 | 124 | 123 | 0 | 5 | 357 | 131 | 67 |
| Binary | 100110 | 101010 | 11110010 | 1010100 | 1010011 | 0 | 101 | 11101111 | 1011001 | 110111 |
Color Harmonies of #262AF2
Complementary color
Monochromatic Colors of #262AF2
Black with #262AF2
Text Example
Text Example
White with #262AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262AF2; }
p { color: rgb(38,42,242); }
H1.HeaderClassName
{
color: #262AF2;
}
.AnyTagClassName
{
color: #262AF2;
}
</style>
background-color css
<style>
a { background-color: #262AF2; }
a { background-color: rgb(38,42,242); }
div.DivClassName
{
background-color: #262AF2;
}
.BgClassName
{
background-color: #262AF2;
}
</style>
border-color css
<style>
span { border-color: #262AF2; }
span { border-color: rgb(38,42,242); }
td.TdClassName
{
border-color: #262AF2;
}
.TagClassName
{
border-color: #262AF2;
}
</style>