Html Css Color HEX #2F20EF Han Purple

📋 copy color: '#2F20EF'

red 47 ◦ green 32 ◦ blue 239

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

Shades of Han Purple #2F20EF

Tints of Han Purple #2F20EF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.06%

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

R = 14.78%
G = 10.06%
B = 75.16%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2F20EF (or 0x2F20EF) is known color: Han Purple. HEX triplet: 2F, 20 and EF. RGB value is (47,32,239). Sum of RGB (Red+Green+Blue) = 47+32+239=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 239 (93.75% from 255 or 75.16% from 318); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F20EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F20EF is #D0DF10. Grayscale: #3B3B3B. Windows color (decimal): -13688593 or 15671343. OLE color: 15671343.

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

Color convert

RGB 47 32 239 -
CMYK 0.80 0.87 0 0.06
HSL 244.35º 0.87% 0.53% -
HSV(B) 244.35º 0.87% 0.94% -
XYZ 17.27 7.87 82.27 -
YUV 60.08 228.97 118.67 -
System Red Green Blue C M Y K H S L
Decimal 47 32 239 0.80 0.87 0 0.06 244.35 0.87 0.53
Hex 2F 20 EF 50 57 0 6 F4 57 35
Octal 57 40 357 120 127 0 6 364 127 65
Binary 101111 100000 11101111 1010000 1010111 0 110 11110100 1010111 110101

Color Harmonies of #2F20EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F20EF

Black with #2F20EF

Text Example


Text Example

White with #2F20EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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