#4005CA

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

Shades of Han Purple #4005CA

Tints of Han Purple #4005CA

Color information

#4005CA (or 0x4005CA) is unknown color: approx Han Purple. HEX triplet: 40, 05 and CA. RGB value is (64,5,202). Sum of RGB (Red+Green+Blue) = 64+5+202=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 202 (79.30% from 255 or 74.54% from 271); Max value from RGB is 202 - color contains mainly: blue. Hex color #4005CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4005CA is #BFFA35. Grayscale: #2C2C2C. Windows color (decimal): -12581430 or 13239616. OLE color: 13239616.

HSL color Cylindrical-coordinate representation of color #4005CA: hue angle of 257.97º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4005CA is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB645202-
CMYK0.680.9800.21
HSL257.97º95.17%40.59%-
HSV(B)257.97º97.52%79.22%-
XYZ12.835.4656.26-
YUV45.1216.55141.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 5 (2.34% from 255) = 1.85%
BLUE value IS 202 (79.30% from 255) = 74.54%
R=23.62%
G=1.85%
B=74.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal6452020.680.9800.21257.9795.1740.59
Hex405CA44620151025f29
Octal100531210414202540213751
Binary100000010111001010100010011000100101011000000101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4005CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,5,202); }

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

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

 a { background-color: rgb(64,5,202); }

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

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

 span { border-color: rgb(64,5,202); }

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