Html Css Color HEX #2F1AF0 Han Purple

📋 copy color: '#2F1AF0'

red 47 ◦ green 26 ◦ blue 240

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

Shades of Han Purple #2F1AF0

Tints of Han Purple #2F1AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 76.68%

R = 15.02%
G = 8.31%
B = 76.68%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2F1AF0 (or 0x2F1AF0) is known color: Han Purple. HEX triplet: 2F, 1A and F0. RGB value is (47,26,240). Sum of RGB (Red+Green+Blue) = 47+26+240=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 240 (94.14% from 255 or 76.68% from 313); Max value from RGB is 240 - color contains mainly: blue. Hex color #2F1AF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1AF0 is #D0E50F. Grayscale: #373737. Windows color (decimal): -13690128 or 15735343. OLE color: 15735343.

HSL color Cylindrical-coordinate representation of color #2F1AF0: hue angle of 245.89º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F1AF0 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 26 240 -
CMYK 0.80 0.89 0 0.06
HSL 245.89º 0.88% 0.52% -
HSV(B) 245.89º 0.89% 0.94% -
XYZ 17.27 7.63 83 -
YUV 56.68 231.46 121.1 -
System Red Green Blue C M Y K H S L
Decimal 47 26 240 0.80 0.89 0 0.06 245.89 0.88 0.52
Hex 2F 1A F0 50 59 0 6 F6 58 34
Octal 57 32 360 120 131 0 6 366 130 64
Binary 101111 11010 11110000 1010000 1011001 0 110 11110110 1011000 110100

Color Harmonies of #2F1AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1AF0

Black with #2F1AF0

Text Example


Text Example

White with #2F1AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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