#2919f7

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

Shades of Han Purple #2919F7

Tints of Han Purple #2919F7

Color information

#2919F7 (or 0x2919F7) is unknown color: approx Han Purple. HEX triplet: 29, 19 and F7. RGB value is (41,25,247). Sum of RGB (Red+Green+Blue) = 41+25+247=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 247 (96.88% from 255 or 78.91% from 313); Max value from RGB is 247 - color contains mainly: blue. Hex color #2919F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2919F7 is #D6E608. Grayscale: #363636. Windows color (decimal): -14083593 or 16193833. OLE color: 16193833.

HSL color Cylindrical-coordinate representation of color #2919F7: hue angle of 244.32º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2919F7 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB4125247-
CMYK0.830.9000.03
HSL244.32º93.28%53.33%-
HSV(B)244.32º89.88%96.86%-
XYZ18.057.8888.57-
YUV55.09236.3117.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.10%
GREEN value IS 25 (10.16% from 255) = 7.99%
BLUE value IS 247 (96.88% from 255) = 78.91%
R=13.10%
G=7.99%
B=78.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal41252470.830.9000.03244.3293.2853.33
Hex2919F7535A03f45d35
Octal51313671231320336413565
Binary101001110011111011110100111011010011111101001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2919f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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