Html Css Color HEX #421CDF Han Purple

📋 copy color: '#421CDF'

red 66 ◦ green 28 ◦ blue 223

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

Shades of Han Purple #421CDF

Tints of Han Purple #421CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.35%

R = 20.82%
G = 8.83%
B = 70.35%

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

#421CDF (or 0x421CDF) is known color: Han Purple. HEX triplet: 42, 1C and DF. RGB value is (66,28,223). Sum of RGB (Red+Green+Blue) = 66+28+223=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #421CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421CDF is #BDE320. Grayscale: #3C3C3C. Windows color (decimal): -12444449 or 14621762. OLE color: 14621762.

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

Color convert

RGB 66 28 223 -
CMYK 0.70 0.87 0 0.13
HSL 251.69º 0.78% 0.49% -
HSV(B) 251.69º 0.87% 0.87% -
XYZ 15.98 7.32 70.38 -
YUV 61.59 219.09 131.14 -
System Red Green Blue C M Y K H S L
Decimal 66 28 223 0.70 0.87 0 0.13 251.69 0.78 0.49
Hex 42 1C DF 46 57 0 D FC 4E 31
Octal 102 34 337 106 127 0 15 374 116 61
Binary 1000010 11100 11011111 1000110 1010111 0 1101 11111100 1001110 110001

Color Harmonies of #421CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421CDF

Black with #421CDF

Text Example


Text Example

White with #421CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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