#2919E8

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

Shades of Han Purple #2919E8

Tints of Han Purple #2919E8

Color information

#2919E8 (or 0x2919E8) is unknown color: approx Han Purple. HEX triplet: 29, 19 and E8. RGB value is (41,25,232). Sum of RGB (Red+Green+Blue) = 41+25+232=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 232 (91.02% from 255 or 77.85% from 298); Max value from RGB is 232 - color contains mainly: blue. Hex color #2919E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2919E8 is #D6E617. Grayscale: #343434. Windows color (decimal): -14083608 or 15210793. OLE color: 15210793.

HSL color Cylindrical-coordinate representation of color #2919E8: hue angle of 244.64º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2919E8 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4125232-
CMYK0.820.8900.09
HSL244.64º81.82%50.39%-
HSV(B)244.64º89.22%90.98%-
XYZ15.836.9976.86-
YUV53.38228.8119.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.76%
GREEN value IS 25 (10.16% from 255) = 8.39%
BLUE value IS 232 (91.02% from 255) = 77.85%
R=13.76%
G=8.39%
B=77.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal41252320.820.8900.09244.6481.8250.39
Hex2919E8525909f55232
Octal513135012213101136512262
Binary10100111001111010001010010101100101001111101011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2919E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2919E8; }

 p { color: rgb(41,25,232); }

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

<style>
 a { background-color: #2919E8; }

 a { background-color: rgb(41,25,232); }

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

<style>
 span { border-color: #2919E8; }

 span { border-color: rgb(41,25,232); }

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