#4A1CDD

Color #4A1CDD Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4A1CDD

Tints of Han Purple #4A1CDD

Color information

#4A1CDD (or 0x4A1CDD) is unknown color: approx 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

RGB7428221-
CMYK0.670.8700.13
HSL254.3º77.51%48.82%-
HSV(B)254.3º87.33%86.67%-
XYZ16.297.5169-
YUV63.76216.74135.31-

RGB Variations

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

RGB

RED value IS 74 (29.30% 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 (Cyan) values IS 0.67
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal74282210.670.8700.13254.377.5148.82
Hex4A1CDD43570Dfe4e31
Octal1123433510312701537611661
Binary100101011100110111011000011101011101101111111101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>