Html Css Color HEX #2F0DF4 Han Purple

📋 copy color: '#2F0DF4'

red 47 ◦ green 13 ◦ blue 244

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

Shades of Han Purple #2F0DF4

Tints of Han Purple #2F0DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 80.26%

R = 15.46%
G = 4.28%
B = 80.26%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2F0DF4 (or 0x2F0DF4) is known color: Han Purple. HEX triplet: 2F, 0D and F4. RGB value is (47,13,244). Sum of RGB (Red+Green+Blue) = 47+13+244=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 244 (95.70% from 255 or 80.26% from 304); Max value from RGB is 244 - color contains mainly: blue. Hex color #2F0DF4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0DF4 is #D0F20B. Grayscale: #303030. Windows color (decimal): -13693452 or 15994159. OLE color: 15994159.

HSL color Cylindrical-coordinate representation of color #2F0DF4: hue angle of 248.83º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0DF4 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 13 244 -
CMYK 0.81 0.95 0 0.04
HSL 248.83º 0.91% 0.5% -
HSV(B) 248.83º 0.95% 0.96% -
XYZ 17.65 7.42 86.09 -
YUV 49.5 237.76 126.22 -
System Red Green Blue C M Y K H S L
Decimal 47 13 244 0.81 0.95 0 0.04 248.83 0.91 0.5
Hex 2F D F4 51 5F 0 4 F9 5B 32
Octal 57 15 364 121 137 0 4 371 133 62
Binary 101111 1101 11110100 1010001 1011111 0 100 11111001 1011011 110010

Color Harmonies of #2F0DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0DF4

Black with #2F0DF4

Text Example


Text Example

White with #2F0DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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