Html Css Color HEX #421CF7 Han Purple

📋 copy color: '#421CF7'

red 66 ◦ green 28 ◦ blue 247

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

Shades of Han Purple #421CF7

Tints of Han Purple #421CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 72.43%

R = 19.35%
G = 8.21%
B = 72.43%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#421CF7 (or 0x421CF7) is known color: Han Purple. HEX triplet: 42, 1C and F7. RGB value is (66,28,247). Sum of RGB (Red+Green+Blue) = 66+28+247=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 247 (96.88% from 255 or 72.43% from 341); Max value from RGB is 247 - color contains mainly: blue. Hex color #421CF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421CF7 is #BDE308. Grayscale: #3F3F3F. Windows color (decimal): -12444425 or 16194626. OLE color: 16194626.

HSL color Cylindrical-coordinate representation of color #421CF7: hue angle of 250.41º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #421CF7 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 28 247 -
CMYK 0.73 0.89 0 0.03
HSL 250.41º 0.93% 0.54% -
HSV(B) 250.41º 0.89% 0.97% -
XYZ 19.45 8.7 88.65 -
YUV 64.33 231.09 129.19 -
System Red Green Blue C M Y K H S L
Decimal 66 28 247 0.73 0.89 0 0.03 250.41 0.93 0.54
Hex 42 1C F7 49 59 0 3 FA 5D 36
Octal 102 34 367 111 131 0 3 372 135 66
Binary 1000010 11100 11110111 1001001 1011001 0 11 11111010 1011101 110110

Color Harmonies of #421CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421CF7

Black with #421CF7

Text Example


Text Example

White with #421CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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