#461FDA

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

Shades of Han Purple #461FDA

Tints of Han Purple #461FDA

Color information

#461FDA (or 0x461FDA) is unknown color: approx Han Purple. HEX triplet: 46, 1F and DA. RGB value is (70,31,218). Sum of RGB (Red+Green+Blue) = 70+31+218=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #461FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461FDA is #B9E025. Grayscale: #3F3F3F. Windows color (decimal): -12181542 or 14294854. OLE color: 14294854.

HSL color Cylindrical-coordinate representation of color #461FDA: hue angle of 252.51º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461FDA is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7031218-
CMYK0.680.8600.15
HSL252.51º75.1%48.82%-
HSV(B)252.51º85.78%85.49%-
XYZ15.677.3466.92-
YUV63.98214.92132.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.94%
GREEN value IS 31 (12.5% from 255) = 9.72%
BLUE value IS 218 (85.55% from 255) = 68.34%
R=21.94%
G=9.72%
B=68.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal70312180.680.8600.15252.5175.148.82
Hex461FDA44560Ffd4b31
Octal1063733210412601737511361
Binary100011011111110110101000100101011001111111111011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,31,218); }

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

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

 a { background-color: rgb(70,31,218); }

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

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

 span { border-color: rgb(70,31,218); }

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