Html Css Color HEX #421CF6 Han Purple

📋 copy color: '#421CF6'

red 66 ◦ green 28 ◦ blue 246

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

Shades of Han Purple #421CF6

Tints of Han Purple #421CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 72.35%

R = 19.41%
G = 8.24%
B = 72.35%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#421CF6 (or 0x421CF6) is known color: Han Purple. HEX triplet: 42, 1C and F6. RGB value is (66,28,246). Sum of RGB (Red+Green+Blue) = 66+28+246=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 246 (96.48% from 255 or 72.35% from 340); Max value from RGB is 246 - color contains mainly: blue. Hex color #421CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421CF6 is #BDE309. Grayscale: #3F3F3F. Windows color (decimal): -12444426 or 16129090. OLE color: 16129090.

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

Color convert

RGB 66 28 246 -
CMYK 0.73 0.89 0 0.04
HSL 250.46º 0.92% 0.54% -
HSV(B) 250.46º 0.89% 0.96% -
XYZ 19.3 8.64 87.84 -
YUV 64.21 230.59 129.27 -
System Red Green Blue C M Y K H S L
Decimal 66 28 246 0.73 0.89 0 0.04 250.46 0.92 0.54
Hex 42 1C F6 49 59 0 4 FA 5C 36
Octal 102 34 366 111 131 0 4 372 134 66
Binary 1000010 11100 11110110 1001001 1011001 0 100 11111010 1011100 110110

Color Harmonies of #421CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421CF6

Black with #421CF6

Text Example


Text Example

White with #421CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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