Html Css Color HEX #4C1DDB Han Purple

📋 copy color: '#4C1DDB'

red 76 ◦ green 29 ◦ blue 219

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

Shades of Han Purple #4C1DDB

Tints of Han Purple #4C1DDB

RGB

 RED value IS 76 (30.08% from 255) = 23.46%

 GREEN value IS 29 (11.72% from 255) = 8.95%

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

R = 23.46%
G = 8.95%
B = 67.59%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C1DDB (or 0x4C1DDB) is known color: Han Purple. HEX triplet: 4C, 1D and DB. RGB value is (76,29,219). Sum of RGB (Red+Green+Blue) = 76+29+219=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C1DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1DDB is #B3E224. Grayscale: #404040. Windows color (decimal): -11788837 or 14359884. OLE color: 14359884.

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

Color convert

RGB 76 29 219 -
CMYK 0.65 0.87 0 0.14
HSL 254.84º 0.77% 0.49% -
HSV(B) 254.84º 0.87% 0.86% -
XYZ 16.21 7.53 67.62 -
YUV 64.71 215.07 136.05 -
System Red Green Blue C M Y K H S L
Decimal 76 29 219 0.65 0.87 0 0.14 254.84 0.77 0.49
Hex 4C 1D DB 41 57 0 E FF 4D 31
Octal 114 35 333 101 127 0 16 377 115 61
Binary 1001100 11101 11011011 1000001 1010111 0 1110 11111111 1001101 110001

Color Harmonies of #4C1DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1DDB

Black with #4C1DDB

Text Example


Text Example

White with #4C1DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,29,219); }

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

background-color css

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

 a { background-color: rgb(76,29,219); }

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

border-color css

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

 span { border-color: rgb(76,29,219); }

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