Html Css Color HEX #2F0BEF Han Purple

📋 copy color: '#2F0BEF'

red 47 ◦ green 11 ◦ blue 239

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

Shades of Han Purple #2F0BEF

Tints of Han Purple #2F0BEF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.7%

 BLUE value IS 239 (93.75% from 255) = 80.47%

R = 15.82%
G = 3.7%
B = 80.47%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2F0BEF (or 0x2F0BEF) is known color: Han Purple. HEX triplet: 2F, 0B and EF. RGB value is (47,11,239). Sum of RGB (Red+Green+Blue) = 47+11+239=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 239 (93.75% from 255 or 80.47% from 297); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F0BEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0BEF is #D0F410. Grayscale: #2E2E2E. Windows color (decimal): -13693969 or 15665967. OLE color: 15665967.

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

Color convert

RGB 47 11 239 -
CMYK 0.80 0.95 0 0.06
HSL 249.47º 0.91% 0.49% -
HSV(B) 249.47º 0.95% 0.94% -
XYZ 16.87 7.08 82.14 -
YUV 47.76 235.93 127.46 -
System Red Green Blue C M Y K H S L
Decimal 47 11 239 0.80 0.95 0 0.06 249.47 0.91 0.49
Hex 2F B EF 50 5F 0 6 F9 5B 31
Octal 57 13 357 120 137 0 6 371 133 61
Binary 101111 1011 11101111 1010000 1011111 0 110 11111001 1011011 110001

Color Harmonies of #2F0BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0BEF

Black with #2F0BEF

Text Example


Text Example

White with #2F0BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,11,239); }

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

background-color css

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

 a { background-color: rgb(47,11,239); }

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

border-color css

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

 span { border-color: rgb(47,11,239); }

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