#4000DD

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

Shades of Han Purple #4000DD

Tints of Han Purple #4000DD

Color information

#4000DD (or 0x4000DD) is unknown color: approx Han Purple. HEX triplet: 40, 00 and DD. RGB value is (64,0,221). Sum of RGB (Red+Green+Blue) = 64+0+221=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 221 (86.72% from 255 or 77.54% from 285); Max value from RGB is 221 - color contains mainly: blue. Hex color #4000DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4000DD is #BFFF22. Grayscale: #2B2B2B. Windows color (decimal): -12582691 or 14483520. OLE color: 14483520.

HSL color Cylindrical-coordinate representation of color #4000DD: hue angle of 257.38º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4000DD is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB640221-
CMYK0.71100.13
HSL257.38º100%43.33%-
HSV(B)257.38º100%86.67%-
XYZ15.176.3168.83-
YUV44.33227.7142.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 221 (86.72% from 255) = 77.54%
R=22.46%
G=0%
B=77.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal6402210.71100.13257.3810043.33
Hex400DD47640D101642b
Octal100033510714401540114453
Binary100000001101110110001111100100011011000000011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4000DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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