#2F1CE9

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

Shades of Han Purple #2F1CE9

Tints of Han Purple #2F1CE9

Color information

#2F1CE9 (or 0x2F1CE9) is unknown color: approx Han Purple. HEX triplet: 2F, 1C and E9. RGB value is (47,28,233). Sum of RGB (Red+Green+Blue) = 47+28+233=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 233 (91.41% from 255 or 75.65% from 308); Max value from RGB is 233 - color contains mainly: blue. Hex color #2F1CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1CE9 is #D0E316. Grayscale: #383838. Windows color (decimal): -13689623 or 15277103. OLE color: 15277103.

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

Color convert

RGB4728233-
CMYK0.800.8800.09
HSL245.56º82.33%51.18%-
HSV(B)245.56º87.98%91.37%-
XYZ16.37.3277.64-
YUV57.05227.29120.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.26%
GREEN value IS 28 (11.33% from 255) = 9.09%
BLUE value IS 233 (91.41% from 255) = 75.65%
R=15.26%
G=9.09%
B=75.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal47282330.800.8800.09245.5682.3351.18
Hex2F1CE9505809f65233
Octal573435112013001136612263
Binary10111111100111010011010000101100001001111101101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,28,233); }

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

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

 a { background-color: rgb(47,28,233); }

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

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

 span { border-color: rgb(47,28,233); }

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