Html Css Color HEX #2F0FED Han Purple

📋 copy color: '#2F0FED'

red 47 ◦ green 15 ◦ blue 237

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

Shades of Han Purple #2F0FED

Tints of Han Purple #2F0FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 79.26%

R = 15.72%
G = 5.02%
B = 79.26%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F0FED (or 0x2F0FED) is known color: Han Purple. HEX triplet: 2F, 0F and ED. RGB value is (47,15,237). Sum of RGB (Red+Green+Blue) = 47+15+237=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 237 (92.97% from 255 or 79.26% from 299); Max value from RGB is 237 - color contains mainly: blue. Hex color #2F0FED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0FED is #D0F012. Grayscale: #313131. Windows color (decimal): -13692947 or 15535919. OLE color: 15535919.

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

Color convert

RGB 47 15 237 -
CMYK 0.80 0.94 0 0.07
HSL 248.65º 0.88% 0.49% -
HSV(B) 248.65º 0.94% 0.93% -
XYZ 16.63 7.06 80.61 -
YUV 49.88 233.6 125.95 -
System Red Green Blue C M Y K H S L
Decimal 47 15 237 0.80 0.94 0 0.07 248.65 0.88 0.49
Hex 2F F ED 50 5E 0 7 F9 58 31
Octal 57 17 355 120 136 0 7 371 130 61
Binary 101111 1111 11101101 1010000 1011110 0 111 11111001 1011000 110001

Color Harmonies of #2F0FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0FED

Black with #2F0FED

Text Example


Text Example

White with #2F0FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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