#4400CA

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

Shades of Han Purple #4400CA

Tints of Han Purple #4400CA

Color information

#4400CA (or 0x4400CA) is unknown color: approx Han Purple. HEX triplet: 44, 00 and CA. RGB value is (68,0,202). Sum of RGB (Red+Green+Blue) = 68+0+202=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 202 (79.30% from 255 or 74.81% from 270); Max value from RGB is 202 - color contains mainly: blue. Hex color #4400CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4400CA is #BBFF35. Grayscale: #2A2A2A. Windows color (decimal): -12320566 or 13238340. OLE color: 13238340.

HSL color Cylindrical-coordinate representation of color #4400CA: hue angle of 260.2º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4400CA is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB680202-
CMYK0.66100.21
HSL260.2º100%39.61%-
HSV(B)260.2º100%79.22%-
XYZ13.045.4956.25-
YUV43.36217.53145.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 202 (79.30% from 255) = 74.81%
R=25.19%
G=0%
B=74.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal6802020.66100.21260.210039.61
Hex440CA42640151046428
Octal104031210214402540414450
Binary1000100011001010100001011001000101011000001001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4400CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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