Html Css Color HEX #2F0FDA Han Purple

📋 copy color: '#2F0FDA'

red 47 ◦ green 15 ◦ blue 218

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

Shades of Han Purple #2F0FDA

Tints of Han Purple #2F0FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 77.86%

R = 16.79%
G = 5.36%
B = 77.86%

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

#2F0FDA (or 0x2F0FDA) is known color: Han Purple. HEX triplet: 2F, 0F and DA. RGB value is (47,15,218). Sum of RGB (Red+Green+Blue) = 47+15+218=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 218 (85.55% from 255 or 77.86% from 280); Max value from RGB is 218 - color contains mainly: blue. Hex color #2F0FDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0FDA is #D0F025. Grayscale: #2E2E2E. Windows color (decimal): -13692966 or 14290735. OLE color: 14290735.

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

Color convert

RGB 47 15 218 -
CMYK 0.78 0.93 0 0.15
HSL 249.46º 0.87% 0.46% -
HSV(B) 249.46º 0.93% 0.85% -
XYZ 14 6.01 66.75 -
YUV 47.71 224.1 127.49 -
System Red Green Blue C M Y K H S L
Decimal 47 15 218 0.78 0.93 0 0.15 249.46 0.87 0.46
Hex 2F F DA 4E 5D 0 F F9 57 2E
Octal 57 17 332 116 135 0 17 371 127 56
Binary 101111 1111 11011010 1001110 1011101 0 1111 11111001 1010111 101110

Color Harmonies of #2F0FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0FDA

Black with #2F0FDA

Text Example


Text Example

White with #2F0FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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