Html Css Color HEX #421ADF Han Purple

📋 copy color: '#421ADF'

red 66 ◦ green 26 ◦ blue 223

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

Shades of Han Purple #421ADF

Tints of Han Purple #421ADF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.25%

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

R = 20.95%
G = 8.25%
B = 70.79%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#421ADF (or 0x421ADF) is known color: Han Purple. HEX triplet: 42, 1A and DF. RGB value is (66,26,223). Sum of RGB (Red+Green+Blue) = 66+26+223=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #421ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421ADF is #BDE520. Grayscale: #3B3B3B. Windows color (decimal): -12444961 or 14621250. OLE color: 14621250.

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

Color convert

RGB 66 26 223 -
CMYK 0.70 0.88 0 0.13
HSL 252.18º 0.79% 0.49% -
HSV(B) 252.18º 0.88% 0.87% -
XYZ 15.94 7.22 70.37 -
YUV 60.42 219.75 131.98 -
System Red Green Blue C M Y K H S L
Decimal 66 26 223 0.70 0.88 0 0.13 252.18 0.79 0.49
Hex 42 1A DF 46 58 0 D FC 4F 31
Octal 102 32 337 106 130 0 15 374 117 61
Binary 1000010 11010 11011111 1000110 1011000 0 1101 11111100 1001111 110001

Color Harmonies of #421ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421ADF

Black with #421ADF

Text Example


Text Example

White with #421ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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