Html Css Color HEX #421EF1 Han Purple

📋 copy color: '#421EF1'

red 66 ◦ green 30 ◦ blue 241

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

Shades of Han Purple #421EF1

Tints of Han Purple #421EF1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.9%

 BLUE value IS 241 (94.53% from 255) = 71.51%

R = 19.58%
G = 8.9%
B = 71.51%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#421EF1 (or 0x421EF1) is known color: Han Purple. HEX triplet: 42, 1E and F1. RGB value is (66,30,241). Sum of RGB (Red+Green+Blue) = 66+30+241=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 241 (94.53% from 255 or 71.51% from 337); Max value from RGB is 241 - color contains mainly: blue. Hex color #421EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421EF1 is #BDE10E. Grayscale: #404040. Windows color (decimal): -12443919 or 15801922. OLE color: 15801922.

HSL color Cylindrical-coordinate representation of color #421EF1: hue angle of 250.24º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421EF1 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 30 241 -
CMYK 0.73 0.88 0 0.05
HSL 250.24º 0.88% 0.53% -
HSV(B) 250.24º 0.88% 0.95% -
XYZ 18.59 8.44 83.87 -
YUV 64.82 227.43 128.84 -
System Red Green Blue C M Y K H S L
Decimal 66 30 241 0.73 0.88 0 0.05 250.24 0.88 0.53
Hex 42 1E F1 49 58 0 5 FA 58 35
Octal 102 36 361 111 130 0 5 372 130 65
Binary 1000010 11110 11110001 1001001 1011000 0 101 11111010 1011000 110101

Color Harmonies of #421EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421EF1

Black with #421EF1

Text Example


Text Example

White with #421EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,30,241); }

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

background-color css

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

 a { background-color: rgb(66,30,241); }

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

border-color css

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

 span { border-color: rgb(66,30,241); }

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