#4400CD

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

Shades of Han Purple #4400CD

Tints of Han Purple #4400CD

Color information

#4400CD (or 0x4400CD) is unknown color: approx Han Purple. HEX triplet: 44, 00 and CD. RGB value is (68,0,205). Sum of RGB (Red+Green+Blue) = 68+0+205=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #4400CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4400CD is #BBFF32. Grayscale: #2A2A2A. Windows color (decimal): -12320563 or 13434948. OLE color: 13434948.

HSL color Cylindrical-coordinate representation of color #4400CD: hue angle of 259.9º 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 #4400CD is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB680205-
CMYK0.67100.20
HSL259.9º100%40.2%-
HSV(B)259.9º100%80.39%-
XYZ13.45.6458.14-
YUV43.7219.03145.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 205 (80.47% from 255) = 75.09%
R=24.91%
G=0%
B=75.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal6802050.67100.20259.910040.2
Hex440CD43640141046428
Octal104031510314402440414450
Binary1000100011001101100001111001000101001000001001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4400CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4400CD; }

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

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

<style>
 a { background-color: #4400CD; }

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

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

<style>
 span { border-color: #4400CD; }

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

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