#2619F0

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

Shades of Han Purple #2619F0

Tints of Han Purple #2619F0

Color information

#2619F0 (or 0x2619F0) is unknown color: approx Han Purple. HEX triplet: 26, 19 and F0. RGB value is (38,25,240). Sum of RGB (Red+Green+Blue) = 38+25+240=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 240 (94.14% from 255 or 79.21% from 303); Max value from RGB is 240 - color contains mainly: blue. Hex color #2619F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2619F0 is #D9E60F. Grayscale: #343434. Windows color (decimal): -14280208 or 15735078. OLE color: 15735078.

HSL color Cylindrical-coordinate representation of color #2619F0: hue angle of 243.63º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2619F0 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3825240-
CMYK0.840.9000.06
HSL243.63º87.76%51.96%-
HSV(B)243.63º89.58%94.12%-
XYZ16.887.482.98-
YUV53.4233.31117.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.54%
GREEN value IS 25 (10.16% from 255) = 8.25%
BLUE value IS 240 (94.14% from 255) = 79.21%
R=12.54%
G=8.25%
B=79.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal38252400.840.9000.06243.6387.7651.96
Hex2619F0545A06f45834
Octal46313601241320636413064
Binary1001101100111110000101010010110100110111101001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2619F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2619F0; }

 p { color: rgb(38,25,240); }

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

<style>
 a { background-color: #2619F0; }

 a { background-color: rgb(38,25,240); }

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

<style>
 span { border-color: #2619F0; }

 span { border-color: rgb(38,25,240); }

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