#2C12FD

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

Shades of Han Purple #2C12FD

Tints of Han Purple #2C12FD

Color information

#2C12FD (or 0x2C12FD) is unknown color: approx Han Purple. HEX triplet: 2C, 12 and FD. RGB value is (44,18,253). Sum of RGB (Red+Green+Blue) = 44+18+253=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 253 (99.22% from 255 or 80.32% from 315); Max value from RGB is 253 - color contains mainly: blue. Hex color #2C12FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C12FD is #D3ED02. Grayscale: #333333. Windows color (decimal): -13888771 or 16585260. OLE color: 16585260.

HSL color Cylindrical-coordinate representation of color #2C12FD: hue angle of 246.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C12FD is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB4418253-
CMYK0.830.9300.01
HSL246.64º98.33%53.14%-
HSV(B)246.64º92.89%99.22%-
XYZ18.988.0693.48-
YUV52.56241.11121.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.97%
GREEN value IS 18 (7.42% from 255) = 5.71%
BLUE value IS 253 (99.22% from 255) = 80.32%
R=13.97%
G=5.71%
B=80.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal44182530.830.9300.01246.6498.3353.14
Hex2C12FD535D01f76235
Octal54223751231350136714265
Binary10110010010111111011010011101110101111101111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C12FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,18,253); }

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

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

 a { background-color: rgb(44,18,253); }

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

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

 span { border-color: rgb(44,18,253); }

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