#421BD1

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

Shades of Han Purple #421BD1

Tints of Han Purple #421BD1

Color information

#421BD1 (or 0x421BD1) is unknown color: approx Han Purple. HEX triplet: 42, 1B and D1. RGB value is (66,27,209). Sum of RGB (Red+Green+Blue) = 66+27+209=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 209 (82.03% from 255 or 69.21% from 302); Max value from RGB is 209 - color contains mainly: blue. Hex color #421BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BD1 is #BDE42E. Grayscale: #3A3A3A. Windows color (decimal): -12444719 or 13704002. OLE color: 13704002.

HSL color Cylindrical-coordinate representation of color #421BD1: hue angle of 252.86º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421BD1 is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6627209-
CMYK0.680.8700.18
HSL252.86º77.12%46.27%-
HSV(B)252.86º87.08%81.96%-
XYZ14.156.5560.84-
YUV59.41212.42132.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.85%
GREEN value IS 27 (10.94% from 255) = 8.94%
BLUE value IS 209 (82.03% from 255) = 69.21%
R=21.85%
G=8.94%
B=69.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66272090.680.8700.18252.8677.1246.27
Hex421BD14457012fd4d2e
Octal1023332110412702237511556
Binary1000010110111101000110001001010111010010111111011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421BD1; }

 p { color: rgb(66,27,209); }

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

<style>
 a { background-color: #421BD1; }

 a { background-color: rgb(66,27,209); }

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

<style>
 span { border-color: #421BD1; }

 span { border-color: rgb(66,27,209); }

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