Html Css Color HEX #2F19EC Han Purple

📋 copy color: '#2F19EC'

red 47 ◦ green 25 ◦ blue 236

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

Shades of Han Purple #2F19EC

Tints of Han Purple #2F19EC

RGB

 RED value IS 47 (18.75% from 255) = 15.26%

 GREEN value IS 25 (10.16% from 255) = 8.12%

 BLUE value IS 236 (92.58% from 255) = 76.62%

R = 15.26%
G = 8.12%
B = 76.62%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F19EC (or 0x2F19EC) is known color: Han Purple. HEX triplet: 2F, 19 and EC. RGB value is (47,25,236). Sum of RGB (Red+Green+Blue) = 47+25+236=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 236 (92.58% from 255 or 76.62% from 308); Max value from RGB is 236 - color contains mainly: blue. Hex color #2F19EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F19EC is #D0E613. Grayscale: #363636. Windows color (decimal): -13690388 or 15472943. OLE color: 15472943.

HSL color Cylindrical-coordinate representation of color #2F19EC: hue angle of 246.26º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F19EC is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 25 236 -
CMYK 0.80 0.89 0 0.07
HSL 246.26º 0.85% 0.51% -
HSV(B) 246.26º 0.89% 0.93% -
XYZ 16.66 7.36 79.9 -
YUV 55.63 229.79 121.84 -
System Red Green Blue C M Y K H S L
Decimal 47 25 236 0.80 0.89 0 0.07 246.26 0.85 0.51
Hex 2F 19 EC 50 59 0 7 F6 55 33
Octal 57 31 354 120 131 0 7 366 125 63
Binary 101111 11001 11101100 1010000 1011001 0 111 11110110 1010101 110011

Color Harmonies of #2F19EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F19EC

Black with #2F19EC

Text Example


Text Example

White with #2F19EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,25,236); }

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

background-color css

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

 a { background-color: rgb(47,25,236); }

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

border-color css

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

 span { border-color: rgb(47,25,236); }

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