Html Css Color HEX #4C2DFF Han Purple

📋 copy color: '#4C2DFF'

red 76 ◦ green 45 ◦ blue 255

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

Shades of Han Purple #4C2DFF

Tints of Han Purple #4C2DFF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.97%

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

R = 20.21%
G = 11.97%
B = 67.82%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4C2DFF (or 0x4C2DFF) is known color: Han Purple. HEX triplet: 4C, 2D and FF. RGB value is (76,45,255). Sum of RGB (Red+Green+Blue) = 76+45+255=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C2DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C2DFF is #B3D200. Grayscale: #4D4D4D. Windows color (decimal): -11784705 or 16723276. OLE color: 16723276.

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

Color convert

RGB 76 45 255 -
CMYK 0.70 0.82 0 0
HSL 248.86º 1% 0.59% -
HSV(B) 248.86º 0.82% 1% -
XYZ 21.97 10.63 95.5 -
YUV 78.21 227.77 126.42 -
System Red Green Blue C M Y K H S L
Decimal 76 45 255 0.70 0.82 0 0 248.86 1 0.59
Hex 4C 2D FF 46 52 0 0 F9 64 3B
Octal 114 55 377 106 122 0 0 371 144 73
Binary 1001100 101101 11111111 1000110 1010010 0 0 11111001 1100100 111011

Color Harmonies of #4C2DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2DFF

Black with #4C2DFF

Text Example


Text Example

White with #4C2DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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