Html Css Color HEX #4C34DD Han Purple

📋 copy color: '#4C34DD'

red 76 ◦ green 52 ◦ blue 221

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

Shades of Han Purple #4C34DD

Tints of Han Purple #4C34DD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.9%

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

R = 21.78%
G = 14.9%
B = 63.32%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C34DD (or 0x4C34DD) is known color: Han Purple. HEX triplet: 4C, 34 and DD. RGB value is (76,52,221). Sum of RGB (Red+Green+Blue) = 76+52+221=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C34DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C34DD is #B3CB22. Grayscale: #4D4D4D. Windows color (decimal): -11782947 or 14496844. OLE color: 14496844.

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

Color convert

RGB 76 52 221 -
CMYK 0.66 0.76 0 0.13
HSL 248.52º 0.71% 0.54% -
HSV(B) 248.52º 0.76% 0.87% -
XYZ 17.26 9.21 69.28 -
YUV 78.44 208.45 126.26 -
System Red Green Blue C M Y K H S L
Decimal 76 52 221 0.66 0.76 0 0.13 248.52 0.71 0.54
Hex 4C 34 DD 42 4C 0 D F9 47 36
Octal 114 64 335 102 114 0 15 371 107 66
Binary 1001100 110100 11011101 1000010 1001100 0 1101 11111001 1000111 110110

Color Harmonies of #4C34DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C34DD

Black with #4C34DD

Text Example


Text Example

White with #4C34DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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