#2B12ED

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

Shades of Han Purple #2B12ED

Tints of Han Purple #2B12ED

Color information

#2B12ED (or 0x2B12ED) is unknown color: approx Han Purple. HEX triplet: 2B, 12 and ED. RGB value is (43,18,237). Sum of RGB (Red+Green+Blue) = 43+18+237=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 237 (92.97% from 255 or 79.53% from 298); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B12ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B12ED is #D4ED12. Grayscale: #313131. Windows color (decimal): -13954323 or 15536683. OLE color: 15536683.

HSL color Cylindrical-coordinate representation of color #2B12ED: hue angle of 246.85º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B12ED is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4318237-
CMYK0.820.9200.07
HSL246.85º85.88%50%-
HSV(B)246.85º92.41%92.94%-
XYZ16.57.0680.61-
YUV50.44233.28122.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.43%
GREEN value IS 18 (7.42% from 255) = 6.04%
BLUE value IS 237 (92.97% from 255) = 79.53%
R=14.43%
G=6.04%
B=79.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal43182370.820.9200.07246.8585.8850
Hex2B12ED525C07f75632
Octal53223551221340736712662
Binary1010111001011101101101001010111000111111101111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B12ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,18,237); }

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

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

 a { background-color: rgb(43,18,237); }

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

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

 span { border-color: rgb(43,18,237); }

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