Html Css Color HEX #4A1ADD Han Purple

📋 copy color: '#4A1ADD'

red 74 ◦ green 26 ◦ blue 221

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

Shades of Han Purple #4A1ADD

Tints of Han Purple #4A1ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.1%

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

R = 23.05%
G = 8.1%
B = 68.85%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A1ADD (or 0x4A1ADD) is known color: Han Purple. HEX triplet: 4A, 1A and DD. RGB value is (74,26,221). Sum of RGB (Red+Green+Blue) = 74+26+221=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A1ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1ADD is #B5E522. Grayscale: #3D3D3D. Windows color (decimal): -11920675 or 14490186. OLE color: 14490186.

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

Color convert

RGB 74 26 221 -
CMYK 0.67 0.88 0 0.13
HSL 254.77º 0.79% 0.48% -
HSV(B) 254.77º 0.88% 0.87% -
XYZ 16.24 7.42 68.98 -
YUV 62.58 217.4 136.14 -
System Red Green Blue C M Y K H S L
Decimal 74 26 221 0.67 0.88 0 0.13 254.77 0.79 0.48
Hex 4A 1A DD 43 58 0 D FF 4F 30
Octal 112 32 335 103 130 0 15 377 117 60
Binary 1001010 11010 11011101 1000011 1011000 0 1101 11111111 1001111 110000

Color Harmonies of #4A1ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1ADD

Black with #4A1ADD

Text Example


Text Example

White with #4A1ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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