#2F20F2

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

Shades of Han Purple #2F20F2

Tints of Han Purple #2F20F2

Color information

#2F20F2 (or 0x2F20F2) is unknown color: approx Han Purple. HEX triplet: 2F, 20 and F2. RGB value is (47,32,242). Sum of RGB (Red+Green+Blue) = 47+32+242=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 242 (94.92% from 255 or 75.39% from 321); Max value from RGB is 242 - color contains mainly: blue. Hex color #2F20F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F20F2 is #D0DF0D. Grayscale: #3B3B3B. Windows color (decimal): -13688590 or 15867951. OLE color: 15867951.

HSL color Cylindrical-coordinate representation of color #2F20F2: hue angle of 244.29º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F20F2 is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4732242-
CMYK0.810.8700.05
HSL244.29º88.98%53.73%-
HSV(B)244.29º86.78%94.9%-
XYZ17.728.0584.62-
YUV60.42230.47118.42-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.64%
GREEN value IS 32 (12.89% from 255) = 9.97%
BLUE value IS 242 (94.92% from 255) = 75.39%
R=14.64%
G=9.97%
B=75.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal47322420.810.8700.05244.2988.9853.73
Hex2F20F2515705f45936
Octal57403621211270536413166
Binary10111110000011110010101000110101110101111101001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F20F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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