#2F16EF

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

Shades of Han Purple #2F16EF

Tints of Han Purple #2F16EF

Color information

#2F16EF (or 0x2F16EF) is unknown color: approx Han Purple. HEX triplet: 2F, 16 and EF. RGB value is (47,22,239). Sum of RGB (Red+Green+Blue) = 47+22+239=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 239 (93.75% from 255 or 77.60% from 308); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F16EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F16EF is #D0E910. Grayscale: #353535. Windows color (decimal): -13691153 or 15668783. OLE color: 15668783.

HSL color Cylindrical-coordinate representation of color #2F16EF: hue angle of 246.91º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F16EF is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4722239-
CMYK0.800.9100.06
HSL246.91º87.15%51.18%-
HSV(B)246.91º90.79%93.73%-
XYZ17.047.4182.19-
YUV54.21232.28122.86-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.26%
GREEN value IS 22 (8.98% from 255) = 7.14%
BLUE value IS 239 (93.75% from 255) = 77.60%
R=15.26%
G=7.14%
B=77.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal47222390.800.9100.06246.9187.1551.18
Hex2F16EF505B06f75733
Octal57263571201330636712763
Binary1011111011011101111101000010110110110111101111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F16EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,22,239); }

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

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

 a { background-color: rgb(47,22,239); }

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

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

 span { border-color: rgb(47,22,239); }

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