Html Css Color HEX #4A34DD Han Purple

📋 copy color: '#4A34DD'

red 74 ◦ green 52 ◦ blue 221

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

Shades of Han Purple #4A34DD

Tints of Han Purple #4A34DD

RGB

 RED value IS 74 (29.3% from 255) = 21.33%

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

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

R = 21.33%
G = 14.99%
B = 63.69%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A34DD (or 0x4A34DD) is known color: Han Purple. HEX triplet: 4A, 34 and DD. RGB value is (74,52,221). Sum of RGB (Red+Green+Blue) = 74+52+221=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A34DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A34DD is #B5CB22. Grayscale: #4D4D4D. Windows color (decimal): -11914019 or 14496842. OLE color: 14496842.

HSL color Cylindrical-coordinate representation of color #4A34DD: hue angle of 247.81º 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 #4A34DD is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 52 221 -
CMYK 0.67 0.76 0 0.13
HSL 247.81º 0.71% 0.54% -
HSV(B) 247.81º 0.76% 0.87% -
XYZ 17.1 9.13 69.27 -
YUV 77.84 208.79 125.26 -
System Red Green Blue C M Y K H S L
Decimal 74 52 221 0.67 0.76 0 0.13 247.81 0.71 0.54
Hex 4A 34 DD 43 4C 0 D F8 47 36
Octal 112 64 335 103 114 0 15 370 107 66
Binary 1001010 110100 11011101 1000011 1001100 0 1101 11111000 1000111 110110

Color Harmonies of #4A34DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A34DD

Black with #4A34DD

Text Example


Text Example

White with #4A34DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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