#4200FF

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

Shades of Han Purple #4200FF

Tints of Han Purple #4200FF

Color information

#4200FF (or 0x4200FF) is unknown color: approx Han Purple. HEX triplet: 42, 00 and FF. RGB value is (66,0,255). Sum of RGB (Red+Green+Blue) = 66+0+255=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 255 (100% from 255 or 79.44% from 321); Max value from RGB is 255 - color contains mainly: blue. Hex color #4200FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4200FF is #BDFF00. Grayscale: #2F2F2F. Windows color (decimal): -12451585 or 16711746. OLE color: 16711746.

HSL color Cylindrical-coordinate representation of color #4200FF: hue angle of 255.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4200FF is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB660255-
CMYK0.74100
HSL255.53º100%50%-
HSV(B)255.53º100%100%-
XYZ20.38.3895.16-
YUV48.8244.37140.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 79.44%
R=20.56%
G=0%
B=79.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal6602550.74100255.5310050
Hex420FF4A64001006432
Octal10203771121440040014462
Binary100001001111111110010101100100001000000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4200FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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