Html Css Color HEX #4C2BDD Han Purple

📋 copy color: '#4C2BDD'

red 76 ◦ green 43 ◦ blue 221

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

Shades of Han Purple #4C2BDD

Tints of Han Purple #4C2BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65%

R = 22.35%
G = 12.65%
B = 65%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C2BDD (or 0x4C2BDD) is known color: Han Purple. HEX triplet: 4C, 2B and DD. RGB value is (76,43,221). Sum of RGB (Red+Green+Blue) = 76+43+221=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C2BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2BDD is #B3D422. Grayscale: #484848. Windows color (decimal): -11785251 or 14494540. OLE color: 14494540.

HSL color Cylindrical-coordinate representation of color #4C2BDD: hue angle of 251.12º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C2BDD is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 43 221 -
CMYK 0.66 0.81 0 0.13
HSL 251.12º 0.72% 0.52% -
HSV(B) 251.12º 0.81% 0.87% -
XYZ 16.9 8.48 69.15 -
YUV 73.16 211.43 130.03 -
System Red Green Blue C M Y K H S L
Decimal 76 43 221 0.66 0.81 0 0.13 251.12 0.72 0.52
Hex 4C 2B DD 42 51 0 D FB 48 34
Octal 114 53 335 102 121 0 15 373 110 64
Binary 1001100 101011 11011101 1000010 1010001 0 1101 11111011 1001000 110100

Color Harmonies of #4C2BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2BDD

Black with #4C2BDD

Text Example


Text Example

White with #4C2BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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