#2C1AF1

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

Shades of Han Purple #2C1AF1

Tints of Han Purple #2C1AF1

Color information

#2C1AF1 (or 0x2C1AF1) is unknown color: approx Han Purple. HEX triplet: 2C, 1A and F1. RGB value is (44,26,241). Sum of RGB (Red+Green+Blue) = 44+26+241=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 241 (94.53% from 255 or 77.49% from 311); Max value from RGB is 241 - color contains mainly: blue. Hex color #2C1AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C1AF1 is #D3E50E. Grayscale: #373737. Windows color (decimal): -13886735 or 15800876. OLE color: 15800876.

HSL color Cylindrical-coordinate representation of color #2C1AF1: hue angle of 245.02º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C1AF1 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4426241-
CMYK0.820.8900.05
HSL245.02º88.48%52.35%-
HSV(B)245.02º89.21%94.51%-
XYZ17.297.6383.78-
YUV55.89232.46119.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.15%
GREEN value IS 26 (10.55% from 255) = 8.36%
BLUE value IS 241 (94.53% from 255) = 77.49%
R=14.15%
G=8.36%
B=77.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal44262410.820.8900.05245.0288.4852.35
Hex2C1AF1525905f55834
Octal54323611221310536513064
Binary1011001101011110001101001010110010101111101011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,26,241); }

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

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

 a { background-color: rgb(44,26,241); }

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

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

 span { border-color: rgb(44,26,241); }

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