#2f0be8

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

Shades of Han Purple #2F0BE8

Tints of Han Purple #2F0BE8

Color information

#2F0BE8 (or 0x2F0BE8) is unknown color: approx Han Purple. HEX triplet: 2F, 0B and E8. RGB value is (47,11,232). Sum of RGB (Red+Green+Blue) = 47+11+232=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 232 (91.02% from 255 or 80% from 290); Max value from RGB is 232 - color contains mainly: blue. Hex color #2F0BE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0BE8 is #D0F417. Grayscale: #2E2E2E. Windows color (decimal): -13693976 or 15207215. OLE color: 15207215.

HSL color Cylindrical-coordinate representation of color #2F0BE8: hue angle of 249.77º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0BE8 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4711232-
CMYK0.800.9500.09
HSL249.77º90.95%47.65%-
HSV(B)249.77º95.26%90.98%-
XYZ15.866.6776.8-
YUV46.96232.43128.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.21%
GREEN value IS 11 (4.69% from 255) = 3.79%
BLUE value IS 232 (91.02% from 255) = 80%
R=16.21%
G=3.79%
B=80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal47112320.800.9500.09249.7790.9547.65
Hex2FBE8505F09fa5b30
Octal571335012013701137213360
Binary1011111011111010001010000101111101001111110101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f0be8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,11,232); }

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

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

 a { background-color: rgb(47,11,232); }

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

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

 span { border-color: rgb(47,11,232); }

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