Html Css Color HEX #421CDD Han Purple

📋 copy color: '#421CDD'

red 66 ◦ green 28 ◦ blue 221

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

Shades of Han Purple #421CDD

Tints of Han Purple #421CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.89%

 BLUE value IS 221 (86.72% from 255) = 70.16%

R = 20.95%
G = 8.89%
B = 70.16%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#421CDD (or 0x421CDD) is known color: Han Purple. HEX triplet: 42, 1C and DD. RGB value is (66,28,221). Sum of RGB (Red+Green+Blue) = 66+28+221=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #421CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421CDD is #BDE322. Grayscale: #3C3C3C. Windows color (decimal): -12444451 or 14490690. OLE color: 14490690.

HSL color Cylindrical-coordinate representation of color #421CDD: hue angle of 251.81º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421CDD is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 28 221 -
CMYK 0.70 0.87 0 0.13
HSL 251.81º 0.78% 0.49% -
HSV(B) 251.81º 0.87% 0.87% -
XYZ 15.71 7.21 68.97 -
YUV 61.36 218.09 131.31 -
System Red Green Blue C M Y K H S L
Decimal 66 28 221 0.70 0.87 0 0.13 251.81 0.78 0.49
Hex 42 1C DD 46 57 0 D FC 4E 31
Octal 102 34 335 106 127 0 15 374 116 61
Binary 1000010 11100 11011101 1000110 1010111 0 1101 11111100 1001110 110001

Color Harmonies of #421CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421CDD

Black with #421CDD

Text Example


Text Example

White with #421CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,28,221); }

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

background-color css

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

 a { background-color: rgb(66,28,221); }

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

border-color css

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

 span { border-color: rgb(66,28,221); }

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