Html Css Color HEX #2F0FEA Han Purple

📋 copy color: '#2F0FEA'

red 47 ◦ green 15 ◦ blue 234

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

Shades of Han Purple #2F0FEA

Tints of Han Purple #2F0FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 79.05%

R = 15.88%
G = 5.07%
B = 79.05%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2F0FEA (or 0x2F0FEA) is known color: Han Purple. HEX triplet: 2F, 0F and EA. RGB value is (47,15,234). Sum of RGB (Red+Green+Blue) = 47+15+234=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 234 (91.80% from 255 or 79.05% from 296); Max value from RGB is 234 - color contains mainly: blue. Hex color #2F0FEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0FEA is #D0F015. Grayscale: #303030. Windows color (decimal): -13692950 or 15339311. OLE color: 15339311.

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

Color convert

RGB 47 15 234 -
CMYK 0.80 0.94 0 0.08
HSL 248.77º 0.88% 0.49% -
HSV(B) 248.77º 0.94% 0.92% -
XYZ 16.19 6.89 78.32 -
YUV 49.53 232.1 126.19 -
System Red Green Blue C M Y K H S L
Decimal 47 15 234 0.80 0.94 0 0.08 248.77 0.88 0.49
Hex 2F F EA 50 5E 0 8 F9 58 31
Octal 57 17 352 120 136 0 10 371 130 61
Binary 101111 1111 11101010 1010000 1011110 0 1000 11111001 1011000 110001

Color Harmonies of #2F0FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0FEA

Black with #2F0FEA

Text Example


Text Example

White with #2F0FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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