#2A16EB

Color #2A16EB Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #2A16EB

Tints of Han Purple #2A16EB

Color information

#2A16EB (or 0x2A16EB) is unknown color: approx Han Purple. HEX triplet: 2A, 16 and EB. RGB value is (42,22,235). Sum of RGB (Red+Green+Blue) = 42+22+235=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 235 (92.19% from 255 or 78.60% from 299); Max value from RGB is 235 - color contains mainly: blue. Hex color #2A16EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A16EB is #D5E914. Grayscale: #333333. Windows color (decimal): -14018837 or 15406634. OLE color: 15406634.

HSL color Cylindrical-coordinate representation of color #2A16EB: hue angle of 245.63º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A16EB is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4222235-
CMYK0.820.9100.08
HSL245.63º84.19%50.39%-
HSV(B)245.63º90.64%92.16%-
XYZ16.247.0679.11-
YUV52.26231.13120.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 14.05%
GREEN value IS 22 (8.98% from 255) = 7.36%
BLUE value IS 235 (92.19% from 255) = 78.60%
R=14.05%
G=7.36%
B=78.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal42222350.820.9100.08245.6384.1950.39
Hex2A16EB525B08f65432
Octal522635312213301036612462
Binary10101010110111010111010010101101101000111101101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A16EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A16EB; }

 p { color: rgb(42,22,235); }

 H1.HeaderClassName
 {
   color: #2A16EB;
 }
 .AnyTagClassName
 {
   color: #2A16EB;
 }
</style>
background-color css

<style>
 a { background-color: #2A16EB; }

 a { background-color: rgb(42,22,235); }

 div.DivClassName
 {
   background-color: #2A16EB;
 }
 .BgClassName
 {
   background-color: #2A16EB;
 }
</style>
border-color css

<style>
 span { border-color: #2A16EB; }

 span { border-color: rgb(42,22,235); }

 td.TdClassName
 {
   border-color: #2A16EB;
 }
 .TagClassName
 {
   border-color: #2A16EB;
 }
</style>