#2C19F0

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

Shades of Han Purple #2C19F0

Tints of Han Purple #2C19F0

Color information

#2C19F0 (or 0x2C19F0) is unknown color: approx Han Purple. HEX triplet: 2C, 19 and F0. RGB value is (44,25,240). Sum of RGB (Red+Green+Blue) = 44+25+240=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 240 (94.14% from 255 or 77.67% from 309); Max value from RGB is 240 - color contains mainly: blue. Hex color #2C19F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C19F0 is #D3E60F. Grayscale: #363636. Windows color (decimal): -13886992 or 15735084. OLE color: 15735084.

HSL color Cylindrical-coordinate representation of color #2C19F0: hue angle of 245.3º 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 #2C19F0 is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4425240-
CMYK0.820.9000.06
HSL245.3º87.76%51.96%-
HSV(B)245.3º89.58%94.12%-
XYZ17.117.5282.99-
YUV55.19232.29120.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.24%
GREEN value IS 25 (10.16% from 255) = 8.09%
BLUE value IS 240 (94.14% from 255) = 77.67%
R=14.24%
G=8.09%
B=77.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal44252400.820.9000.06245.387.7651.96
Hex2C19F0525A06f55834
Octal54313601221320636513064
Binary1011001100111110000101001010110100110111101011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C19F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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