#4610DD

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

Shades of Han Purple #4610DD

Tints of Han Purple #4610DD

Color information

#4610DD (or 0x4610DD) is unknown color: approx Han Purple. HEX triplet: 46, 10 and DD. RGB value is (70,16,221). Sum of RGB (Red+Green+Blue) = 70+16+221=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #4610DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4610DD is #B9EF22. Grayscale: #363636. Windows color (decimal): -12185379 or 14487622. OLE color: 14487622.

HSL color Cylindrical-coordinate representation of color #4610DD: hue angle of 255.8º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4610DD is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7016221-
CMYK0.680.9300.13
HSL255.8º86.5%46.47%-
HSV(B)255.8º92.76%86.67%-
XYZ15.766.8968.91-
YUV55.52221.39138.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 16 (6.64% from 255) = 5.21%
BLUE value IS 221 (86.72% from 255) = 71.99%
R=22.80%
G=5.21%
B=71.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal70162210.680.9300.13255.886.546.47
Hex4610DD445D0D100562e
Octal1062033510413501540012656
Binary1000110100001101110110001001011101011011000000001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4610DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4610DD; }

 p { color: rgb(70,16,221); }

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

<style>
 a { background-color: #4610DD; }

 a { background-color: rgb(70,16,221); }

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

<style>
 span { border-color: #4610DD; }

 span { border-color: rgb(70,16,221); }

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