Html Css Color HEX #4A1CDD Han Purple

📋 copy color: '#4A1CDD'

red 74 ◦ green 28 ◦ blue 221

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

Shades of Han Purple #4A1CDD

Tints of Han Purple #4A1CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.67%

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

R = 22.91%
G = 8.67%
B = 68.42%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A1CDD (or 0x4A1CDD) is known color: Han Purple. HEX triplet: 4A, 1C and DD. RGB value is (74,28,221). Sum of RGB (Red+Green+Blue) = 74+28+221=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A1CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1CDD is #B5E322. Grayscale: #3F3F3F. Windows color (decimal): -11920163 or 14490698. OLE color: 14490698.

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

Color convert

RGB 74 28 221 -
CMYK 0.67 0.87 0 0.13
HSL 254.3º 0.78% 0.49% -
HSV(B) 254.3º 0.87% 0.87% -
XYZ 16.29 7.51 69 -
YUV 63.76 216.74 135.31 -
System Red Green Blue C M Y K H S L
Decimal 74 28 221 0.67 0.87 0 0.13 254.3 0.78 0.49
Hex 4A 1C DD 43 57 0 D FE 4E 31
Octal 112 34 335 103 127 0 15 376 116 61
Binary 1001010 11100 11011101 1000011 1010111 0 1101 11111110 1001110 110001

Color Harmonies of #4A1CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1CDD

Black with #4A1CDD

Text Example


Text Example

White with #4A1CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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