Html Css Color HEX #2F0FD8 Han Purple

📋 copy color: '#2F0FD8'

red 47 ◦ green 15 ◦ blue 216

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

Shades of Han Purple #2F0FD8

Tints of Han Purple #2F0FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 77.7%

R = 16.91%
G = 5.4%
B = 77.7%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2F0FD8 (or 0x2F0FD8) is known color: Han Purple. HEX triplet: 2F, 0F and D8. RGB value is (47,15,216). Sum of RGB (Red+Green+Blue) = 47+15+216=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 216 (84.77% from 255 or 77.70% from 278); Max value from RGB is 216 - color contains mainly: blue. Hex color #2F0FD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0FD8 is #D0F027. Grayscale: #2E2E2E. Windows color (decimal): -13692968 or 14159663. OLE color: 14159663.

HSL color Cylindrical-coordinate representation of color #2F0FD8: hue angle of 249.55º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F0FD8 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 15 216 -
CMYK 0.78 0.93 0 0.15
HSL 249.55º 0.87% 0.45% -
HSV(B) 249.55º 0.93% 0.85% -
XYZ 13.74 5.9 65.38 -
YUV 47.48 223.1 127.66 -
System Red Green Blue C M Y K H S L
Decimal 47 15 216 0.78 0.93 0 0.15 249.55 0.87 0.45
Hex 2F F D8 4E 5D 0 F FA 57 2D
Octal 57 17 330 116 135 0 17 372 127 55
Binary 101111 1111 11011000 1001110 1011101 0 1111 11111010 1010111 101101

Color Harmonies of #2F0FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0FD8

Black with #2F0FD8

Text Example


Text Example

White with #2F0FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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