#4200CF

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

Shades of Han Purple #4200CF

Tints of Han Purple #4200CF

Color information

#4200CF (or 0x4200CF) is unknown color: approx Han Purple. HEX triplet: 42, 00 and CF. RGB value is (66,0,207). Sum of RGB (Red+Green+Blue) = 66+0+207=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 207 (81.25% from 255 or 75.82% from 273); Max value from RGB is 207 - color contains mainly: blue. Hex color #4200CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4200CF is #BDFF30. Grayscale: #2A2A2A. Windows color (decimal): -12451633 or 13566018. OLE color: 13566018.

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

Color convert

RGB660207-
CMYK0.68100.19
HSL259.13º100%40.59%-
HSV(B)259.13º100%81.18%-
XYZ13.515.6659.41-
YUV43.33220.37144.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 207 (81.25% from 255) = 75.82%
R=24.18%
G=0%
B=75.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal6602070.68100.19259.1310040.59
Hex420CF44640131036429
Octal102031710414402340314451
Binary1000010011001111100010011001000100111000000111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4200CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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