Html Css Color HEX #421EF3 Han Purple

📋 copy color: '#421EF3'

red 66 ◦ green 30 ◦ blue 243

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

Shades of Han Purple #421EF3

Tints of Han Purple #421EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 71.68%

R = 19.47%
G = 8.85%
B = 71.68%

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

#421EF3 (or 0x421EF3) is known color: Han Purple. HEX triplet: 42, 1E and F3. RGB value is (66,30,243). Sum of RGB (Red+Green+Blue) = 66+30+243=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 243 (95.31% from 255 or 71.68% from 339); Max value from RGB is 243 - color contains mainly: blue. Hex color #421EF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421EF3 is #BDE10C. Grayscale: #404040. Windows color (decimal): -12443917 or 15932994. OLE color: 15932994.

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

Color convert

RGB 66 30 243 -
CMYK 0.73 0.88 0 0.05
HSL 250.14º 0.9% 0.54% -
HSV(B) 250.14º 0.88% 0.95% -
XYZ 18.89 8.56 85.45 -
YUV 65.05 228.43 128.68 -
System Red Green Blue C M Y K H S L
Decimal 66 30 243 0.73 0.88 0 0.05 250.14 0.9 0.54
Hex 42 1E F3 49 58 0 5 FA 5A 36
Octal 102 36 363 111 130 0 5 372 132 66
Binary 1000010 11110 11110011 1001001 1011000 0 101 11111010 1011010 110110

Color Harmonies of #421EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421EF3

Black with #421EF3

Text Example


Text Example

White with #421EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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