Html Css Color HEX #2F1EFD Han Purple

📋 copy color: '#2F1EFD'

red 47 ◦ green 30 ◦ blue 253

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

Shades of Han Purple #2F1EFD

Tints of Han Purple #2F1EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.09%

 BLUE value IS 253 (99.22% from 255) = 76.67%

R = 14.24%
G = 9.09%
B = 76.67%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2F1EFD (or 0x2F1EFD) is known color: Han Purple. HEX triplet: 2F, 1E and FD. RGB value is (47,30,253). Sum of RGB (Red+Green+Blue) = 47+30+253=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 253 (99.22% from 255 or 76.67% from 330); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F1EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1EFD is #D0E102. Grayscale: #3B3B3B. Windows color (decimal): -13689091 or 16588335. OLE color: 16588335.

HSL color Cylindrical-coordinate representation of color #2F1EFD: hue angle of 244.57º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F1EFD is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 30 253 -
CMYK 0.81 0.88 0 0.01
HSL 244.57º 0.98% 0.55% -
HSV(B) 244.57º 0.88% 0.99% -
XYZ 19.37 8.62 93.57 -
YUV 60.51 236.63 118.37 -
System Red Green Blue C M Y K H S L
Decimal 47 30 253 0.81 0.88 0 0.01 244.57 0.98 0.55
Hex 2F 1E FD 51 58 0 1 F5 62 37
Octal 57 36 375 121 130 0 1 365 142 67
Binary 101111 11110 11111101 1010001 1011000 0 1 11110101 1100010 110111

Color Harmonies of #2F1EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1EFD

Black with #2F1EFD

Text Example


Text Example

White with #2F1EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,30,253); }

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

background-color css

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

 a { background-color: rgb(47,30,253); }

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

border-color css

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

 span { border-color: rgb(47,30,253); }

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