Html Css Color HEX #2E12FC Han Purple

📋 copy color: '#2E12FC'

red 46 ◦ green 18 ◦ blue 252

#2E12FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #2E12FC

Tints of Han Purple #2E12FC

RGB

 RED value IS 46 (18.36% from 255) = 14.56%

 GREEN value IS 18 (7.42% from 255) = 5.7%

 BLUE value IS 252 (98.83% from 255) = 79.75%

R = 14.56%
G = 5.7%
B = 79.75%

CMYK

 C value IS 0.82

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2E12FC (or 0x2E12FC) is known color: Han Purple. HEX triplet: 2E, 12 and FC. RGB value is (46,18,252). Sum of RGB (Red+Green+Blue) = 46+18+252=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 252 (98.83% from 255 or 79.75% from 316); Max value from RGB is 252 - color contains mainly: blue. Hex color #2E12FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E12FC is #D1ED03. Grayscale: #343434. Windows color (decimal): -13757700 or 16519726. OLE color: 16519726.

HSL color Cylindrical-coordinate representation of color #2E12FC: hue angle of 247.18º 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 #2E12FC is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 18 252 -
CMYK 0.82 0.93 0 0.01
HSL 247.18º 0.98% 0.53% -
HSV(B) 247.18º 0.93% 0.99% -
XYZ 18.91 8.04 92.65 -
YUV 53.05 240.28 122.97 -
System Red Green Blue C M Y K H S L
Decimal 46 18 252 0.82 0.93 0 0.01 247.18 0.98 0.53
Hex 2E 12 FC 52 5D 0 1 F7 62 35
Octal 56 22 374 122 135 0 1 367 142 65
Binary 101110 10010 11111100 1010010 1011101 0 1 11110111 1100010 110101

Color Harmonies of #2E12FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E12FC

Black with #2E12FC

Text Example


Text Example

White with #2E12FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,18,252); }

 H1.HeaderClassName
 {
   color: #2E12FC;
 }
 .AnyTagClassName
 {
   color: #2E12FC;
 }
</style>

background-color css

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

 a { background-color: rgb(46,18,252); }

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

border-color css

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

 span { border-color: rgb(46,18,252); }

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