#4003CB

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

Shades of Han Purple #4003CB

Tints of Han Purple #4003CB

Color information

#4003CB (or 0x4003CB) is unknown color: approx Han Purple. HEX triplet: 40, 03 and CB. RGB value is (64,3,203). Sum of RGB (Red+Green+Blue) = 64+3+203=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #4003CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4003CB is #BFFC34. Grayscale: #2B2B2B. Windows color (decimal): -12581941 or 13304640. OLE color: 13304640.

HSL color Cylindrical-coordinate representation of color #4003CB: hue angle of 258.3º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4003CB is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB643203-
CMYK0.680.9900.20
HSL258.3º97.09%40.39%-
HSV(B)258.3º98.52%79.61%-
XYZ12.935.4756.87-
YUV44.04217.71142.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 203 (79.69% from 255) = 75.19%
R=23.70%
G=1.11%
B=75.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal6432030.680.9900.20258.397.0940.39
Hex403CB44630141026128
Octal100331310414302440214150
Binary10000001111001011100010011000110101001000000101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4003CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4003CB; }

 p { color: rgb(64,3,203); }

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

<style>
 a { background-color: #4003CB; }

 a { background-color: rgb(64,3,203); }

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

<style>
 span { border-color: #4003CB; }

 span { border-color: rgb(64,3,203); }

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