Html Css Color HEX #2F0DF6 Han Purple

📋 copy color: '#2F0DF6'

red 47 ◦ green 13 ◦ blue 246

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

Shades of Han Purple #2F0DF6

Tints of Han Purple #2F0DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 80.39%

R = 15.36%
G = 4.25%
B = 80.39%

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

#2F0DF6 (or 0x2F0DF6) is known color: Han Purple. HEX triplet: 2F, 0D and F6. RGB value is (47,13,246). Sum of RGB (Red+Green+Blue) = 47+13+246=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 246 (96.48% from 255 or 80.39% from 306); Max value from RGB is 246 - color contains mainly: blue. Hex color #2F0DF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0DF6 is #D0F209. Grayscale: #303030. Windows color (decimal): -13693450 or 16125231. OLE color: 16125231.

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

Color convert

RGB 47 13 246 -
CMYK 0.81 0.95 0 0.04
HSL 248.76º 0.93% 0.51% -
HSV(B) 248.76º 0.95% 0.96% -
XYZ 17.95 7.55 87.7 -
YUV 49.73 238.76 126.05 -
System Red Green Blue C M Y K H S L
Decimal 47 13 246 0.81 0.95 0 0.04 248.76 0.93 0.51
Hex 2F D F6 51 5F 0 4 F9 5D 33
Octal 57 15 366 121 137 0 4 371 135 63
Binary 101111 1101 11110110 1010001 1011111 0 100 11111001 1011101 110011

Color Harmonies of #2F0DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0DF6

Black with #2F0DF6

Text Example


Text Example

White with #2F0DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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