#2f2de8

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

Shades of Han Purple #2F2DE8

Tints of Han Purple #2F2DE8

Color information

#2F2DE8 (or 0x2F2DE8) is unknown color: approx Han Purple. HEX triplet: 2F, 2D and E8. RGB value is (47,45,232). Sum of RGB (Red+Green+Blue) = 47+45+232=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 232 (91.02% from 255 or 71.60% from 324); Max value from RGB is 232 - color contains mainly: blue. Hex color #2F2DE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F2DE8 is #D0D217. Grayscale: #424242. Windows color (decimal): -13685272 or 15215919. OLE color: 15215919.

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

Color convert

RGB4745232-
CMYK0.800.8100.09
HSL240.64º80.26%54.31%-
HSV(B)240.64º80.6%90.98%-
XYZ16.688.3177.07-
YUV66.92221.16113.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.51%
GREEN value IS 45 (17.97% from 255) = 13.89%
BLUE value IS 232 (91.02% from 255) = 71.60%
R=14.51%
G=13.89%
B=71.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal47452320.800.8100.09240.6480.2654.31
Hex2F2DE8505109f15036
Octal575535012012101136112066
Binary101111101101111010001010000101000101001111100011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f2de8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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