#2F1CE5

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

Shades of Han Purple #2F1CE5

Tints of Han Purple #2F1CE5

Color information

#2F1CE5 (or 0x2F1CE5) is unknown color: approx Han Purple. HEX triplet: 2F, 1C and E5. RGB value is (47,28,229). Sum of RGB (Red+Green+Blue) = 47+28+229=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 229 (89.84% from 255 or 75.33% from 304); Max value from RGB is 229 - color contains mainly: blue. Hex color #2F1CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F1CE5 is #D0E31A. Grayscale: #373737. Windows color (decimal): -13689627 or 15014959. OLE color: 15014959.

HSL color Cylindrical-coordinate representation of color #2F1CE5: hue angle of 245.67º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F1CE5 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB4728229-
CMYK0.790.8800.10
HSL245.67º79.45%50.39%-
HSV(B)245.67º87.77%89.8%-
XYZ15.737.0974.67-
YUV56.6225.29121.16-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.46%
GREEN value IS 28 (11.33% from 255) = 9.21%
BLUE value IS 229 (89.84% from 255) = 75.33%
R=15.46%
G=9.21%
B=75.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal47282290.790.8800.10245.6779.4550.39
Hex2F1CE54F580Af64f32
Octal573434511713001236611762
Binary10111111100111001011001111101100001010111101101001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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