Html Css Color HEX #421FF8 Han Purple

📋 copy color: '#421FF8'

red 66 ◦ green 31 ◦ blue 248

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

Shades of Han Purple #421FF8

Tints of Han Purple #421FF8

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.99%

 BLUE value IS 248 (97.27% from 255) = 71.88%

R = 19.13%
G = 8.99%
B = 71.88%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#421FF8 (or 0x421FF8) is known color: Han Purple. HEX triplet: 42, 1F and F8. RGB value is (66,31,248). Sum of RGB (Red+Green+Blue) = 66+31+248=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 248 (97.27% from 255 or 71.88% from 345); Max value from RGB is 248 - color contains mainly: blue. Hex color #421FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421FF8 is #BDE007. Grayscale: #414141. Windows color (decimal): -12443656 or 16260930. OLE color: 16260930.

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

Color convert

RGB 66 31 248 -
CMYK 0.73 0.88 0 0.03
HSL 249.68º 0.94% 0.55% -
HSV(B) 249.68º 0.88% 0.97% -
XYZ 19.68 8.92 89.49 -
YUV 66.2 230.6 127.86 -
System Red Green Blue C M Y K H S L
Decimal 66 31 248 0.73 0.88 0 0.03 249.68 0.94 0.55
Hex 42 1F F8 49 58 0 3 FA 5E 37
Octal 102 37 370 111 130 0 3 372 136 67
Binary 1000010 11111 11111000 1001001 1011000 0 11 11111010 1011110 110111

Color Harmonies of #421FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421FF8

Black with #421FF8

Text Example


Text Example

White with #421FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,31,248); }

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

background-color css

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

 a { background-color: rgb(66,31,248); }

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

border-color css

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

 span { border-color: rgb(66,31,248); }

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