#461BD4

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

Shades of Han Purple #461BD4

Tints of Han Purple #461BD4

Color information

#461BD4 (or 0x461BD4) is unknown color: approx Han Purple. HEX triplet: 46, 1B and D4. RGB value is (70,27,212). Sum of RGB (Red+Green+Blue) = 70+27+212=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 212 (83.20% from 255 or 68.61% from 309); Max value from RGB is 212 - color contains mainly: blue. Hex color #461BD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461BD4 is #B9E42B. Grayscale: #3C3C3C. Windows color (decimal): -12182572 or 13900614. OLE color: 13900614.

HSL color Cylindrical-coordinate representation of color #461BD4: hue angle of 253.95º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461BD4 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7027212-
CMYK0.670.8700.17
HSL253.95º77.41%46.86%-
HSV(B)253.95º87.26%83.14%-
XYZ14.86.8462.83-
YUV60.95213.25134.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.65%
GREEN value IS 27 (10.94% from 255) = 8.74%
BLUE value IS 212 (83.20% from 255) = 68.61%
R=22.65%
G=8.74%
B=68.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal70272120.670.8700.17253.9577.4146.86
Hex461BD44357011fe4d2f
Octal1063332410312702137611557
Binary1000110110111101010010000111010111010001111111101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461BD4; }

 p { color: rgb(70,27,212); }

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

<style>
 a { background-color: #461BD4; }

 a { background-color: rgb(70,27,212); }

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

<style>
 span { border-color: #461BD4; }

 span { border-color: rgb(70,27,212); }

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