#4200CB

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

Shades of Han Purple #4200CB

Tints of Han Purple #4200CB

Color information

#4200CB (or 0x4200CB) is unknown color: approx Han Purple. HEX triplet: 42, 00 and CB. RGB value is (66,0,203). Sum of RGB (Red+Green+Blue) = 66+0+203=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #4200CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4200CB is #BDFF34. Grayscale: #2A2A2A. Windows color (decimal): -12451637 or 13303874. OLE color: 13303874.

HSL color Cylindrical-coordinate representation of color #4200CB: hue angle of 259.51º 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 #4200CB is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB660203-
CMYK0.67100.20
HSL259.51º100%39.8%-
HSV(B)259.51º100%79.61%-
XYZ13.035.4756.87-
YUV42.88218.37144.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 203 (79.69% from 255) = 75.46%
R=24.54%
G=0%
B=75.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal6602030.67100.20259.5110039.8
Hex420CB43640141046428
Octal102031310314402440414450
Binary1000010011001011100001111001000101001000001001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4200CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,0,203); }

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

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

 a { background-color: rgb(66,0,203); }

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

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

 span { border-color: rgb(66,0,203); }

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