#4000cf

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

Shades of Han Purple #4000CF

Tints of Han Purple #4000CF

Color information

#4000CF (or 0x4000CF) is unknown color: approx Han Purple. HEX triplet: 40, 00 and CF. RGB value is (64,0,207). Sum of RGB (Red+Green+Blue) = 64+0+207=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #4000CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4000CF is #BFFF30. Grayscale: #292929. Windows color (decimal): -12582705 or 13566016. OLE color: 13566016.

HSL color Cylindrical-coordinate representation of color #4000CF: hue angle of 258.55º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4000CF is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB640207-
CMYK0.69100.19
HSL258.55º100%40.59%-
HSV(B)258.55º100%81.18%-
XYZ13.385.5959.41-
YUV42.73220.7143.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 207 (81.25% from 255) = 76.38%
R=23.62%
G=0%
B=76.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal6402070.69100.19258.5510040.59
Hex400CF45640131036429
Octal100031710514402340314451
Binary1000000011001111100010111001000100111000000111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4000cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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