#2719F9

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

Shades of Han Purple #2719F9

Tints of Han Purple #2719F9

Color information

#2719F9 (or 0x2719F9) is unknown color: approx Han Purple. HEX triplet: 27, 19 and F9. RGB value is (39,25,249). Sum of RGB (Red+Green+Blue) = 39+25+249=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 249 (97.66% from 255 or 79.55% from 313); Max value from RGB is 249 - color contains mainly: blue. Hex color #2719F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2719F9 is #D8E606. Grayscale: #353535. Windows color (decimal): -14214663 or 16324903. OLE color: 16324903.

HSL color Cylindrical-coordinate representation of color #2719F9: hue angle of 243.75º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2719F9 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3925249-
CMYK0.840.9000.02
HSL243.75º94.92%53.73%-
HSV(B)243.75º89.96%97.65%-
XYZ18.287.9790.2-
YUV54.72237.64116.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.46%
GREEN value IS 25 (10.16% from 255) = 7.99%
BLUE value IS 249 (97.66% from 255) = 79.55%
R=12.46%
G=7.99%
B=79.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal39252490.840.9000.02243.7594.9253.73
Hex2719F9545A02f45f36
Octal47313711241320236413766
Binary100111110011111100110101001011010010111101001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2719F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2719F9; }

 p { color: rgb(39,25,249); }

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

<style>
 a { background-color: #2719F9; }

 a { background-color: rgb(39,25,249); }

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

<style>
 span { border-color: #2719F9; }

 span { border-color: rgb(39,25,249); }

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