Html Css Color HEX #4F1CDB Han Purple

📋 copy color: '#4F1CDB'

red 79 ◦ green 28 ◦ blue 219

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

Shades of Han Purple #4F1CDB

Tints of Han Purple #4F1CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.59%

 BLUE value IS 219 (85.94% from 255) = 67.18%

R = 24.23%
G = 8.59%
B = 67.18%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F1CDB (or 0x4F1CDB) is known color: Han Purple. HEX triplet: 4F, 1C and DB. RGB value is (79,28,219). Sum of RGB (Red+Green+Blue) = 79+28+219=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F1CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1CDB is #B0E324. Grayscale: #404040. Windows color (decimal): -11592485 or 14359631. OLE color: 14359631.

HSL color Cylindrical-coordinate representation of color #4F1CDB: hue angle of 256.02º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F1CDB is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 28 219 -
CMYK 0.64 0.87 0 0.14
HSL 256.02º 0.77% 0.48% -
HSV(B) 256.02º 0.87% 0.86% -
XYZ 16.43 7.61 67.62 -
YUV 65.02 214.9 137.97 -
System Red Green Blue C M Y K H S L
Decimal 79 28 219 0.64 0.87 0 0.14 256.02 0.77 0.48
Hex 4F 1C DB 40 57 0 E 100 4D 30
Octal 117 34 333 100 127 0 16 400 115 60
Binary 1001111 11100 11011011 1000000 1010111 0 1110 100000000 1001101 110000

Color Harmonies of #4F1CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1CDB

Black with #4F1CDB

Text Example


Text Example

White with #4F1CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,28,219); }

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

background-color css

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

 a { background-color: rgb(79,28,219); }

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

border-color css

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

 span { border-color: rgb(79,28,219); }

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