Html Css Color HEX #421CDE Han Purple

📋 copy color: '#421CDE'

red 66 ◦ green 28 ◦ blue 222

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

Shades of Han Purple #421CDE

Tints of Han Purple #421CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.25%

R = 20.89%
G = 8.86%
B = 70.25%

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

#421CDE (or 0x421CDE) is known color: Han Purple. HEX triplet: 42, 1C and DE. RGB value is (66,28,222). Sum of RGB (Red+Green+Blue) = 66+28+222=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 222 (87.11% from 255 or 70.25% from 316); Max value from RGB is 222 - color contains mainly: blue. Hex color #421CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421CDE is #BDE321. Grayscale: #3C3C3C. Windows color (decimal): -12444450 or 14556226. OLE color: 14556226.

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

Color convert

RGB 66 28 222 -
CMYK 0.70 0.87 0 0.13
HSL 251.75º 0.78% 0.49% -
HSV(B) 251.75º 0.87% 0.87% -
XYZ 15.85 7.26 69.67 -
YUV 61.48 218.59 131.23 -
System Red Green Blue C M Y K H S L
Decimal 66 28 222 0.70 0.87 0 0.13 251.75 0.78 0.49
Hex 42 1C DE 46 57 0 D FC 4E 31
Octal 102 34 336 106 127 0 15 374 116 61
Binary 1000010 11100 11011110 1000110 1010111 0 1101 11111100 1001110 110001

Color Harmonies of #421CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421CDE

Black with #421CDE

Text Example


Text Example

White with #421CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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