Html Css Color HEX #2F1FEE Han Purple

📋 copy color: '#2F1FEE'

red 47 ◦ green 31 ◦ blue 238

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

Shades of Han Purple #2F1FEE

Tints of Han Purple #2F1FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.81%

 BLUE value IS 238 (93.36% from 255) = 75.32%

R = 14.87%
G = 9.81%
B = 75.32%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F1FEE (or 0x2F1FEE) is known color: Han Purple. HEX triplet: 2F, 1F and EE. RGB value is (47,31,238). Sum of RGB (Red+Green+Blue) = 47+31+238=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 238 (93.36% from 255 or 75.32% from 316); Max value from RGB is 238 - color contains mainly: blue. Hex color #2F1FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1FEE is #D0E011. Grayscale: #3A3A3A. Windows color (decimal): -13688850 or 15605551. OLE color: 15605551.

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

Color convert

RGB 47 31 238 -
CMYK 0.80 0.87 0 0.07
HSL 244.64º 0.86% 0.53% -
HSV(B) 244.64º 0.87% 0.93% -
XYZ 17.09 7.76 81.49 -
YUV 59.38 228.8 119.17 -
System Red Green Blue C M Y K H S L
Decimal 47 31 238 0.80 0.87 0 0.07 244.64 0.86 0.53
Hex 2F 1F EE 50 57 0 7 F5 56 35
Octal 57 37 356 120 127 0 7 365 126 65
Binary 101111 11111 11101110 1010000 1010111 0 111 11110101 1010110 110101

Color Harmonies of #2F1FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1FEE

Black with #2F1FEE

Text Example


Text Example

White with #2F1FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,31,238); }

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

background-color css

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

 a { background-color: rgb(47,31,238); }

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

border-color css

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

 span { border-color: rgb(47,31,238); }

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