#4000CC

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

Shades of Han Purple #4000CC

Tints of Han Purple #4000CC

Color information

#4000CC (or 0x4000CC) is unknown color: approx Han Purple. HEX triplet: 40, 00 and CC. RGB value is (64,0,204). Sum of RGB (Red+Green+Blue) = 64+0+204=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #4000CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4000CC is #BFFF33. Grayscale: #292929. Windows color (decimal): -12582708 or 13369408. OLE color: 13369408.

HSL color Cylindrical-coordinate representation of color #4000CC: hue angle of 258.82º 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 #4000CC is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB640204-
CMYK0.69100.2
HSL258.82º100%40%-
HSV(B)258.82º100%80%-
XYZ13.015.4557.49-
YUV42.39219.2143.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 76.12%
R=23.88%
G=0%
B=76.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal6402040.69100.2258.8210040
Hex400CC45640141036428
Octal100031410514402440314450
Binary1000000011001100100010111001000101001000000111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4000CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4000CC; }

 p { color: rgb(64,0,204); }

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

<style>
 a { background-color: #4000CC; }

 a { background-color: rgb(64,0,204); }

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

<style>
 span { border-color: #4000CC; }

 span { border-color: rgb(64,0,204); }

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