#2F1AFE

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

Shades of Han Purple #2F1AFE

Tints of Han Purple #2F1AFE

Color information

#2F1AFE (or 0x2F1AFE) is unknown color: approx Han Purple. HEX triplet: 2F, 1A and FE. RGB value is (47,26,254). Sum of RGB (Red+Green+Blue) = 47+26+254=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 254 (99.61% from 255 or 77.68% from 327); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F1AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1AFE is #D0E501. Grayscale: #393939. Windows color (decimal): -13690114 or 16652847. OLE color: 16652847.

HSL color Cylindrical-coordinate representation of color #2F1AFE: hue angle of 245.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F1AFE is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB4726254-
CMYK0.810.9000.00
HSL245.53º99.13%54.9%-
HSV(B)245.53º89.76%99.61%-
XYZ19.438.594.38-
YUV58.27238.46119.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.37%
GREEN value IS 26 (10.55% from 255) = 7.95%
BLUE value IS 254 (99.61% from 255) = 77.68%
R=14.37%
G=7.95%
B=77.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal47262540.810.9000.00245.5399.1354.9
Hex2F1AFE515A00f66337
Octal57323761211320036614367
Binary10111111010111111101010001101101000111101101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,26,254); }

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

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

 a { background-color: rgb(47,26,254); }

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

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

 span { border-color: rgb(47,26,254); }

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