#2f20ef

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

Shades of Han Purple #2F20EF

Tints of Han Purple #2F20EF

Color information

#2F20EF (or 0x2F20EF) is unknown color: approx Han Purple. HEX triplet: 2F, 20 and EF. RGB value is (47,32,239). Sum of RGB (Red+Green+Blue) = 47+32+239=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 239 (93.75% from 255 or 75.16% from 318); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F20EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F20EF is #D0DF10. Grayscale: #3B3B3B. Windows color (decimal): -13688593 or 15671343. OLE color: 15671343.

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

Color convert

RGB4732239-
CMYK0.800.8700.06
HSL244.35º86.61%53.14%-
HSV(B)244.35º86.61%93.73%-
XYZ17.277.8782.27-
YUV60.08228.97118.67-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.78%
GREEN value IS 32 (12.89% from 255) = 10.06%
BLUE value IS 239 (93.75% from 255) = 75.16%
R=14.78%
G=10.06%
B=75.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal47322390.800.8700.06244.3586.6153.14
Hex2F20EF505706f45735
Octal57403571201270636412765
Binary10111110000011101111101000010101110110111101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f20ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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