#2A14F2

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

Shades of Han Purple #2A14F2

Tints of Han Purple #2A14F2

Color information

#2A14F2 (or 0x2A14F2) is unknown color: approx Han Purple. HEX triplet: 2A, 14 and F2. RGB value is (42,20,242). Sum of RGB (Red+Green+Blue) = 42+20+242=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 242 (94.92% from 255 or 79.61% from 304); Max value from RGB is 242 - color contains mainly: blue. Hex color #2A14F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A14F2 is #D5EB0D. Grayscale: #333333. Windows color (decimal): -14019342 or 15864874. OLE color: 15864874.

HSL color Cylindrical-coordinate representation of color #2A14F2: hue angle of 245.95º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A14F2 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4220242-
CMYK0.830.9200.05
HSL245.95º89.52%51.37%-
HSV(B)245.95º91.74%94.9%-
XYZ17.237.484.53-
YUV51.89235.29120.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.82%
GREEN value IS 20 (8.20% from 255) = 6.58%
BLUE value IS 242 (94.92% from 255) = 79.61%
R=13.82%
G=6.58%
B=79.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal42202420.830.9200.05245.9589.5251.37
Hex2A14F2535C05f65a33
Octal52243621231340536613263
Binary1010101010011110010101001110111000101111101101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A14F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,20,242); }

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

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

 a { background-color: rgb(42,20,242); }

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

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

 span { border-color: rgb(42,20,242); }

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