#421BD2

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

Shades of Han Purple #421BD2

Tints of Han Purple #421BD2

Color information

#421BD2 (or 0x421BD2) is unknown color: approx Han Purple. HEX triplet: 42, 1B and D2. RGB value is (66,27,210). Sum of RGB (Red+Green+Blue) = 66+27+210=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 210 (82.42% from 255 or 69.31% from 303); Max value from RGB is 210 - color contains mainly: blue. Hex color #421BD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BD2 is #BDE42D. Grayscale: #3A3A3A. Windows color (decimal): -12444718 or 13769538. OLE color: 13769538.

HSL color Cylindrical-coordinate representation of color #421BD2: hue angle of 252.79º 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 #421BD2 is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6627210-
CMYK0.690.8700.18
HSL252.79º77.22%46.47%-
HSV(B)252.79º87.14%82.35%-
XYZ14.276.661.49-
YUV59.52212.92132.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 27 (10.94% from 255) = 8.91%
BLUE value IS 210 (82.42% from 255) = 69.31%
R=21.78%
G=8.91%
B=69.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66272100.690.8700.18252.7977.2246.47
Hex421BD24557012fd4d2e
Octal1023332210512702237511556
Binary1000010110111101001010001011010111010010111111011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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