Html Css Color HEX #2F0AEF Han Purple

📋 copy color: '#2F0AEF'

red 47 ◦ green 10 ◦ blue 239

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

Shades of Han Purple #2F0AEF

Tints of Han Purple #2F0AEF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.38%

 BLUE value IS 239 (93.75% from 255) = 80.74%

R = 15.88%
G = 3.38%
B = 80.74%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2F0AEF (or 0x2F0AEF) is known color: Han Purple. HEX triplet: 2F, 0A and EF. RGB value is (47,10,239). Sum of RGB (Red+Green+Blue) = 47+10+239=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 239 (93.75% from 255 or 80.74% from 296); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F0AEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0AEF is #D0F510. Grayscale: #2E2E2E. Windows color (decimal): -13694225 or 15665711. OLE color: 15665711.

HSL color Cylindrical-coordinate representation of color #2F0AEF: hue angle of 249.69º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0AEF is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 10 239 -
CMYK 0.80 0.96 0 0.06
HSL 249.69º 0.92% 0.49% -
HSV(B) 249.69º 0.96% 0.94% -
XYZ 16.86 7.05 82.13 -
YUV 47.17 236.26 127.88 -
System Red Green Blue C M Y K H S L
Decimal 47 10 239 0.80 0.96 0 0.06 249.69 0.92 0.49
Hex 2F A EF 50 60 0 6 FA 5C 31
Octal 57 12 357 120 140 0 6 372 134 61
Binary 101111 1010 11101111 1010000 1100000 0 110 11111010 1011100 110001

Color Harmonies of #2F0AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0AEF

Black with #2F0AEF

Text Example


Text Example

White with #2F0AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,10,239); }

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

background-color css

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

 a { background-color: rgb(47,10,239); }

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

border-color css

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

 span { border-color: rgb(47,10,239); }

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