Html Css Color HEX #421BDC Han Purple

📋 copy color: '#421BDC'

red 66 ◦ green 27 ◦ blue 220

#421BDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #421BDC

Tints of Han Purple #421BDC

RGB

 RED value IS 66 (26.17% from 255) = 21.09%

 GREEN value IS 27 (10.94% from 255) = 8.63%

 BLUE value IS 220 (86.33% from 255) = 70.29%

R = 21.09%
G = 8.63%
B = 70.29%

CMYK

 C value IS 0.7

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#421BDC (or 0x421BDC) is known color: Han Purple. HEX triplet: 42, 1B and DC. RGB value is (66,27,220). Sum of RGB (Red+Green+Blue) = 66+27+220=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #421BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BDC is #BDE423. Grayscale: #3B3B3B. Windows color (decimal): -12444708 or 14424898. OLE color: 14424898.

HSL color Cylindrical-coordinate representation of color #421BDC: hue angle of 252.12º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421BDC is Cyan = 0.7, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 27 220 -
CMYK 0.7 0.88 0 0.14
HSL 252.12º 0.78% 0.48% -
HSV(B) 252.12º 0.88% 0.86% -
XYZ 15.56 7.11 68.26 -
YUV 60.66 217.92 131.81 -
System Red Green Blue C M Y K H S L
Decimal 66 27 220 0.7 0.88 0 0.14 252.12 0.78 0.48
Hex 42 1B DC 46 58 0 E FC 4E 30
Octal 102 33 334 106 130 0 16 374 116 60
Binary 1000010 11011 11011100 1000110 1011000 0 1110 11111100 1001110 110000

Color Harmonies of #421BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421BDC

Black with #421BDC

Text Example


Text Example

White with #421BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #421BDC;
 }
 .AnyTagClassName
 {
   color: #421BDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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