Html Css Color HEX #4C2BDA Han Purple

📋 copy color: '#4C2BDA'

red 76 ◦ green 43 ◦ blue 218

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

Shades of Han Purple #4C2BDA

Tints of Han Purple #4C2BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.76%

 BLUE value IS 218 (85.55% from 255) = 64.69%

R = 22.55%
G = 12.76%
B = 64.69%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4C2BDA (or 0x4C2BDA) is known color: Han Purple. HEX triplet: 4C, 2B and DA. RGB value is (76,43,218). Sum of RGB (Red+Green+Blue) = 76+43+218=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #4C2BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2BDA is #B3D425. Grayscale: #484848. Windows color (decimal): -11785254 or 14297932. OLE color: 14297932.

HSL color Cylindrical-coordinate representation of color #4C2BDA: hue angle of 251.31º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C2BDA is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 76 43 218 -
CMYK 0.65 0.80 0 0.15
HSL 251.31º 0.7% 0.51% -
HSV(B) 251.31º 0.8% 0.85% -
XYZ 16.5 8.33 67.07 -
YUV 72.82 209.93 130.27 -
System Red Green Blue C M Y K H S L
Decimal 76 43 218 0.65 0.80 0 0.15 251.31 0.7 0.51
Hex 4C 2B DA 41 50 0 F FB 46 33
Octal 114 53 332 101 120 0 17 373 106 63
Binary 1001100 101011 11011010 1000001 1010000 0 1111 11111011 1000110 110011

Color Harmonies of #4C2BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2BDA

Black with #4C2BDA

Text Example


Text Example

White with #4C2BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,43,218); }

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

background-color css

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

 a { background-color: rgb(76,43,218); }

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

border-color css

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

 span { border-color: rgb(76,43,218); }

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