#460BDC

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

Shades of Han Purple #460BDC

Tints of Han Purple #460BDC

Color information

#460BDC (or 0x460BDC) is unknown color: approx Han Purple. HEX triplet: 46, 0B and DC. RGB value is (70,11,220). Sum of RGB (Red+Green+Blue) = 70+11+220=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #460BDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BDC is #B9F423. Grayscale: #333333. Windows color (decimal): -12186660 or 14420806. OLE color: 14420806.

HSL color Cylindrical-coordinate representation of color #460BDC: hue angle of 256.94º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460BDC is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7011220-
CMYK0.680.9500.14
HSL256.94º90.48%45.29%-
HSV(B)256.94º95%86.27%-
XYZ15.566.7168.18-
YUV52.47222.55140.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 11 (4.69% from 255) = 3.65%
BLUE value IS 220 (86.33% from 255) = 73.09%
R=23.26%
G=3.65%
B=73.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal70112200.680.9500.14256.9490.4845.29
Hex46BDC445F0E1015a2d
Octal1061333410413701640113255
Binary100011010111101110010001001011111011101000000011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460BDC; }

 p { color: rgb(70,11,220); }

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

<style>
 a { background-color: #460BDC; }

 a { background-color: rgb(70,11,220); }

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

<style>
 span { border-color: #460BDC; }

 span { border-color: rgb(70,11,220); }

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