Html Css Color HEX #2F0FFB Han Purple

📋 copy color: '#2F0FFB'

red 47 ◦ green 15 ◦ blue 251

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

Shades of Han Purple #2F0FFB

Tints of Han Purple #2F0FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.79%

 BLUE value IS 251 (98.44% from 255) = 80.19%

R = 15.02%
G = 4.79%
B = 80.19%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2F0FFB (or 0x2F0FFB) is known color: Han Purple. HEX triplet: 2F, 0F and FB. RGB value is (47,15,251). Sum of RGB (Red+Green+Blue) = 47+15+251=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 251 (98.44% from 255 or 80.19% from 313); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F0FFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0FFB is #D0F004. Grayscale: #323232. Windows color (decimal): -13692933 or 16453423. OLE color: 16453423.

HSL color Cylindrical-coordinate representation of color #2F0FFB: hue angle of 248.14º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0FFB is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 15 251 -
CMYK 0.81 0.94 0 0.02
HSL 248.14º 0.97% 0.52% -
HSV(B) 248.14º 0.94% 0.98% -
XYZ 18.76 7.91 91.81 -
YUV 51.47 240.6 124.81 -
System Red Green Blue C M Y K H S L
Decimal 47 15 251 0.81 0.94 0 0.02 248.14 0.97 0.52
Hex 2F F FB 51 5E 0 2 F8 61 34
Octal 57 17 373 121 136 0 2 370 141 64
Binary 101111 1111 11111011 1010001 1011110 0 10 11111000 1100001 110100

Color Harmonies of #2F0FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0FFB

Black with #2F0FFB

Text Example


Text Example

White with #2F0FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,15,251); }

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

background-color css

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

 a { background-color: rgb(47,15,251); }

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

border-color css

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

 span { border-color: rgb(47,15,251); }

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