#4A00CD

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

Shades of Han Purple #4A00CD

Tints of Han Purple #4A00CD

Color information

#4A00CD (or 0x4A00CD) is unknown color: approx Han Purple. HEX triplet: 4A, 00 and CD. RGB value is (74,0,205). Sum of RGB (Red+Green+Blue) = 74+0+205=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 205 (80.47% from 255 or 73.48% from 279); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A00CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A00CD is #B5FF32. Grayscale: #2C2C2C. Windows color (decimal): -11927347 or 13434954. OLE color: 13434954.

HSL color Cylindrical-coordinate representation of color #4A00CD: hue angle of 261.66º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A00CD is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB740205-
CMYK0.64100.20
HSL261.66º100%40.2%-
HSV(B)261.66º100%80.39%-
XYZ13.845.8658.16-
YUV45.5218.02148.33-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 205 (80.47% from 255) = 73.48%
R=26.52%
G=0%
B=73.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal7402050.64100.20261.6610040.2
Hex4A0CD40640141066428
Octal112031510014402440614450
Binary1001010011001101100000011001000101001000001101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A00CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,0,205); }

 H1.HeaderClassName
 {
   color: #4A00CD;
 }
 .AnyTagClassName
 {
   color: #4A00CD;
 }
</style>
background-color css

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

 a { background-color: rgb(74,0,205); }

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

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

 span { border-color: rgb(74,0,205); }

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