Html Css Color HEX #4F2EDD Han Purple

📋 copy color: '#4F2EDD'

red 79 ◦ green 46 ◦ blue 221

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

Shades of Han Purple #4F2EDD

Tints of Han Purple #4F2EDD

RGB

 RED value IS 79 (31.25% from 255) = 22.83%

 GREEN value IS 46 (18.36% from 255) = 13.29%

 BLUE value IS 221 (86.72% from 255) = 63.87%

R = 22.83%
G = 13.29%
B = 63.87%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F2EDD (or 0x4F2EDD) is known color: Han Purple. HEX triplet: 4F, 2E and DD. RGB value is (79,46,221). Sum of RGB (Red+Green+Blue) = 79+46+221=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F2EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2EDD is #B0D122. Grayscale: #4B4B4B. Windows color (decimal): -11587875 or 14495311. OLE color: 14495311.

HSL color Cylindrical-coordinate representation of color #4F2EDD: hue angle of 251.31º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F2EDD is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 46 221 -
CMYK 0.64 0.79 0 0.13
HSL 251.31º 0.72% 0.52% -
HSV(B) 251.31º 0.79% 0.87% -
XYZ 17.25 8.84 69.2 -
YUV 75.82 209.93 130.27 -
System Red Green Blue C M Y K H S L
Decimal 79 46 221 0.64 0.79 0 0.13 251.31 0.72 0.52
Hex 4F 2E DD 40 4F 0 D FB 48 34
Octal 117 56 335 100 117 0 15 373 110 64
Binary 1001111 101110 11011101 1000000 1001111 0 1101 11111011 1001000 110100

Color Harmonies of #4F2EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2EDD

Black with #4F2EDD

Text Example


Text Example

White with #4F2EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F2EDD; }

 p { color: rgb(79,46,221); }

 H1.HeaderClassName
 {
   color: #4F2EDD;
 }
 .AnyTagClassName
 {
   color: #4F2EDD;
 }
</style>

background-color css

<style>
 a { background-color: #4F2EDD; }

 a { background-color: rgb(79,46,221); }

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

border-color css

<style>
 span { border-color: #4F2EDD; }

 span { border-color: rgb(79,46,221); }

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