Html Css Color HEX #4C1DFF Han Purple

📋 copy color: '#4C1DFF'

red 76 ◦ green 29 ◦ blue 255

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

Shades of Han Purple #4C1DFF

Tints of Han Purple #4C1DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.83%

R = 21.11%
G = 8.06%
B = 70.83%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4C1DFF (or 0x4C1DFF) is known color: Han Purple. HEX triplet: 4C, 1D and FF. RGB value is (76,29,255). Sum of RGB (Red+Green+Blue) = 76+29+255=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C1DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C1DFF is #B3E200. Grayscale: #434343. Windows color (decimal): -11788801 or 16719180. OLE color: 16719180.

HSL color Cylindrical-coordinate representation of color #4C1DFF: hue angle of 252.48º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C1DFF is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 76 29 255 -
CMYK 0.70 0.89 0 0
HSL 252.48º 1% 0.56% -
HSV(B) 252.48º 0.89% 1% -
XYZ 21.47 9.64 95.34 -
YUV 68.82 233.07 133.12 -
System Red Green Blue C M Y K H S L
Decimal 76 29 255 0.70 0.89 0 0 252.48 1 0.56
Hex 4C 1D FF 46 59 0 0 FC 64 38
Octal 114 35 377 106 131 0 0 374 144 70
Binary 1001100 11101 11111111 1000110 1011001 0 0 11111100 1100100 111000

Color Harmonies of #4C1DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1DFF

Black with #4C1DFF

Text Example


Text Example

White with #4C1DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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