#2F11E1

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

Shades of Han Purple #2F11E1

Tints of Han Purple #2F11E1

Color information

#2F11E1 (or 0x2F11E1) is unknown color: approx Han Purple. HEX triplet: 2F, 11 and E1. RGB value is (47,17,225). Sum of RGB (Red+Green+Blue) = 47+17+225=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 225 (88.28% from 255 or 77.85% from 289); Max value from RGB is 225 - color contains mainly: blue. Hex color #2F11E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F11E1 is #D0EE1E. Grayscale: #303030. Windows color (decimal): -13692447 or 14749999. OLE color: 14749999.

HSL color Cylindrical-coordinate representation of color #2F11E1: hue angle of 248.65º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F11E1 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4717225-
CMYK0.790.9200.12
HSL248.65º85.95%47.45%-
HSV(B)248.65º92.44%88.24%-
XYZ14.966.4471.69-
YUV49.68226.94126.09-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.26%
GREEN value IS 17 (7.03% from 255) = 5.88%
BLUE value IS 225 (88.28% from 255) = 77.85%
R=16.26%
G=5.88%
B=77.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal47172250.790.9200.12248.6585.9547.45
Hex2F11E14F5C0Cf9562f
Octal572134111713401437112657
Binary10111110001111000011001111101110001100111110011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F11E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,17,225); }

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

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

 a { background-color: rgb(47,17,225); }

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

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

 span { border-color: rgb(47,17,225); }

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