Html Css Color HEX #2F1AF6 Han Purple

📋 copy color: '#2F1AF6'

red 47 ◦ green 26 ◦ blue 246

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

Shades of Han Purple #2F1AF6

Tints of Han Purple #2F1AF6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.15%

 BLUE value IS 246 (96.48% from 255) = 77.12%

R = 14.73%
G = 8.15%
B = 77.12%

CMYK

 C value IS 0.81

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2F1AF6 (or 0x2F1AF6) is known color: Han Purple. HEX triplet: 2F, 1A and F6. RGB value is (47,26,246). Sum of RGB (Red+Green+Blue) = 47+26+246=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 246 (96.48% from 255 or 77.12% from 319); Max value from RGB is 246 - color contains mainly: blue. Hex color #2F1AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1AF6 is #D0E509. Grayscale: #383838. Windows color (decimal): -13690122 or 16128559. OLE color: 16128559.

HSL color Cylindrical-coordinate representation of color #2F1AF6: hue angle of 245.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F1AF6 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 26 246 -
CMYK 0.81 0.89 0 0.04
HSL 245.73º 0.92% 0.53% -
HSV(B) 245.73º 0.89% 0.96% -
XYZ 18.18 8 87.77 -
YUV 57.36 234.46 120.61 -
System Red Green Blue C M Y K H S L
Decimal 47 26 246 0.81 0.89 0 0.04 245.73 0.92 0.53
Hex 2F 1A F6 51 59 0 4 F6 5C 35
Octal 57 32 366 121 131 0 4 366 134 65
Binary 101111 11010 11110110 1010001 1011001 0 100 11110110 1011100 110101

Color Harmonies of #2F1AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1AF6

Black with #2F1AF6

Text Example


Text Example

White with #2F1AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,26,246); }

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

background-color css

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

 a { background-color: rgb(47,26,246); }

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

border-color css

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

 span { border-color: rgb(47,26,246); }

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