Html Css Color HEX #4A19DD Han Purple

📋 copy color: '#4A19DD'

red 74 ◦ green 25 ◦ blue 221

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

Shades of Han Purple #4A19DD

Tints of Han Purple #4A19DD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.81%

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

R = 23.13%
G = 7.81%
B = 69.06%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A19DD (or 0x4A19DD) is known color: Han Purple. HEX triplet: 4A, 19 and DD. RGB value is (74,25,221). Sum of RGB (Red+Green+Blue) = 74+25+221=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A19DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A19DD is #B5E622. Grayscale: #3D3D3D. Windows color (decimal): -11920931 or 14489930. OLE color: 14489930.

HSL color Cylindrical-coordinate representation of color #4A19DD: hue angle of 255º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A19DD is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 25 221 -
CMYK 0.67 0.89 0 0.13
HSL 255º 0.8% 0.48% -
HSV(B) 255º 0.89% 0.87% -
XYZ 16.22 7.37 68.97 -
YUV 62 217.73 136.56 -
System Red Green Blue C M Y K H S L
Decimal 74 25 221 0.67 0.89 0 0.13 255 0.8 0.48
Hex 4A 19 DD 43 59 0 D FF 50 30
Octal 112 31 335 103 131 0 15 377 120 60
Binary 1001010 11001 11011101 1000011 1011001 0 1101 11111111 1010000 110000

Color Harmonies of #4A19DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A19DD

Black with #4A19DD

Text Example


Text Example

White with #4A19DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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