#2F0FEB

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

Shades of Han Purple #2F0FEB

Tints of Han Purple #2F0FEB

Color information

#2F0FEB (or 0x2F0FEB) is unknown color: approx Han Purple. HEX triplet: 2F, 0F and EB. RGB value is (47,15,235). Sum of RGB (Red+Green+Blue) = 47+15+235=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 235 (92.19% from 255 or 79.12% from 297); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F0FEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0FEB is #D0F014. Grayscale: #303030. Windows color (decimal): -13692949 or 15404847. OLE color: 15404847.

HSL color Cylindrical-coordinate representation of color #2F0FEB: hue angle of 248.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0FEB is Cyan = 0.8, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4715235-
CMYK0.80.9400.08
HSL248.73º88%49.02%-
HSV(B)248.73º93.62%92.16%-
XYZ16.346.9479.08-
YUV49.65232.6126.11-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.82%
GREEN value IS 15 (6.25% from 255) = 5.05%
BLUE value IS 235 (92.19% from 255) = 79.12%
R=15.82%
G=5.05%
B=79.12%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal47152350.80.9400.08248.738849.02
Hex2FFEB505E08f95831
Octal571735312013601037113061
Binary1011111111111010111010000101111001000111110011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,15,235); }

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

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

 a { background-color: rgb(47,15,235); }

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

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

 span { border-color: rgb(47,15,235); }

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