Html Css Color HEX #2F0EEB Han Purple

📋 copy color: '#2F0EEB'

red 47 ◦ green 14 ◦ blue 235

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

Shades of Han Purple #2F0EEB

Tints of Han Purple #2F0EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.73%

 BLUE value IS 235 (92.19% from 255) = 79.39%

R = 15.88%
G = 4.73%
B = 79.39%

CMYK

 C value IS 0.8

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2F0EEB (or 0x2F0EEB) is known color: Han Purple. HEX triplet: 2F, 0E and EB. RGB value is (47,14,235). Sum of RGB (Red+Green+Blue) = 47+14+235=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 235 (92.19% from 255 or 79.39% from 296); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F0EEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0EEB is #D0F114. Grayscale: #303030. Windows color (decimal): -13693205 or 15404591. OLE color: 15404591.

HSL color Cylindrical-coordinate representation of color #2F0EEB: hue angle of 248.96º degrees, saturation: 0.89, 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 #2F0EEB is Cyan = 0.8, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 14 235 -
CMYK 0.8 0.94 0 0.08
HSL 248.96º 0.89% 0.49% -
HSV(B) 248.96º 0.94% 0.92% -
XYZ 16.32 6.92 79.07 -
YUV 49.06 232.93 126.53 -
System Red Green Blue C M Y K H S L
Decimal 47 14 235 0.8 0.94 0 0.08 248.96 0.89 0.49
Hex 2F E EB 50 5E 0 8 F9 59 31
Octal 57 16 353 120 136 0 10 371 131 61
Binary 101111 1110 11101011 1010000 1011110 0 1000 11111001 1011001 110001

Color Harmonies of #2F0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0EEB

Black with #2F0EEB

Text Example


Text Example

White with #2F0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,14,235); }

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

background-color css

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

 a { background-color: rgb(47,14,235); }

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

border-color css

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

 span { border-color: rgb(47,14,235); }

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