#462CDD

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

Shades of Han Purple #462CDD

Tints of Han Purple #462CDD

Color information

#462CDD (or 0x462CDD) is unknown color: approx Han Purple. HEX triplet: 46, 2C and DD. RGB value is (70,44,221). Sum of RGB (Red+Green+Blue) = 70+44+221=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #462CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462CDD is #B9D322. Grayscale: #474747. Windows color (decimal): -12178211 or 14494790. OLE color: 14494790.

HSL color Cylindrical-coordinate representation of color #462CDD: hue angle of 248.81º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #462CDD is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7044221-
CMYK0.680.8000.13
HSL248.81º72.24%51.96%-
HSV(B)248.81º80.09%86.67%-
XYZ16.488.3269.14-
YUV71.95212.11126.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.90%
GREEN value IS 44 (17.58% from 255) = 13.13%
BLUE value IS 221 (86.72% from 255) = 65.97%
R=20.90%
G=13.13%
B=65.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal70442210.680.8000.13248.8172.2451.96
Hex462CDD44500Df94834
Octal1065433510412001537111064
Binary1000110101100110111011000100101000001101111110011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462CDD; }

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

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

<style>
 a { background-color: #462CDD; }

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

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

<style>
 span { border-color: #462CDD; }

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

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