Html Css Color HEX #2F1DF1 Han Purple

📋 copy color: '#2F1DF1'

red 47 ◦ green 29 ◦ blue 241

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

Shades of Han Purple #2F1DF1

Tints of Han Purple #2F1DF1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.15%

 BLUE value IS 241 (94.53% from 255) = 76.03%

R = 14.83%
G = 9.15%
B = 76.03%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2F1DF1 (or 0x2F1DF1) is known color: Han Purple. HEX triplet: 2F, 1D and F1. RGB value is (47,29,241). Sum of RGB (Red+Green+Blue) = 47+29+241=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 241 (94.53% from 255 or 76.03% from 317); Max value from RGB is 241 - color contains mainly: blue. Hex color #2F1DF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1DF1 is #D0E20E. Grayscale: #393939. Windows color (decimal): -13689359 or 15801647. OLE color: 15801647.

HSL color Cylindrical-coordinate representation of color #2F1DF1: hue angle of 245.09º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F1DF1 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 29 241 -
CMYK 0.80 0.88 0 0.05
HSL 245.09º 0.88% 0.53% -
HSV(B) 245.09º 0.88% 0.95% -
XYZ 17.49 7.83 83.81 -
YUV 58.55 230.96 119.76 -
System Red Green Blue C M Y K H S L
Decimal 47 29 241 0.80 0.88 0 0.05 245.09 0.88 0.53
Hex 2F 1D F1 50 58 0 5 F5 58 35
Octal 57 35 361 120 130 0 5 365 130 65
Binary 101111 11101 11110001 1010000 1011000 0 101 11110101 1011000 110101

Color Harmonies of #2F1DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1DF1

Black with #2F1DF1

Text Example


Text Example

White with #2F1DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,29,241); }

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

background-color css

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

 a { background-color: rgb(47,29,241); }

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

border-color css

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

 span { border-color: rgb(47,29,241); }

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