Html Css Color HEX #2F0DEB Han Purple

📋 copy color: '#2F0DEB'

red 47 ◦ green 13 ◦ blue 235

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

Shades of Han Purple #2F0DEB

Tints of Han Purple #2F0DEB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.41%

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

R = 15.93%
G = 4.41%
B = 79.66%

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

#2F0DEB (or 0x2F0DEB) is known color: Han Purple. HEX triplet: 2F, 0D and EB. RGB value is (47,13,235). Sum of RGB (Red+Green+Blue) = 47+13+235=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 235 (92.19% from 255 or 79.66% from 295); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F0DEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0DEB is #D0F214. Grayscale: #2F2F2F. Windows color (decimal): -13693461 or 15404335. OLE color: 15404335.

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

Color convert

RGB 47 13 235 -
CMYK 0.8 0.94 0 0.08
HSL 249.19º 0.9% 0.49% -
HSV(B) 249.19º 0.94% 0.92% -
XYZ 16.31 6.89 79.07 -
YUV 48.47 233.26 126.95 -
System Red Green Blue C M Y K H S L
Decimal 47 13 235 0.8 0.94 0 0.08 249.19 0.9 0.49
Hex 2F D EB 50 5E 0 8 F9 5A 31
Octal 57 15 353 120 136 0 10 371 132 61
Binary 101111 1101 11101011 1010000 1011110 0 1000 11111001 1011010 110001

Color Harmonies of #2F0DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0DEB

Black with #2F0DEB

Text Example


Text Example

White with #2F0DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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