Html Css Color HEX #421AFB Han Purple

📋 copy color: '#421AFB'

red 66 ◦ green 26 ◦ blue 251

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

Shades of Han Purple #421AFB

Tints of Han Purple #421AFB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.58%

 BLUE value IS 251 (98.44% from 255) = 73.18%

R = 19.24%
G = 7.58%
B = 73.18%

CMYK

 C value IS 0.74

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#421AFB (or 0x421AFB) is known color: Han Purple. HEX triplet: 42, 1A and FB. RGB value is (66,26,251). Sum of RGB (Red+Green+Blue) = 66+26+251=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #421AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421AFB is #BDE504. Grayscale: #3E3E3E. Windows color (decimal): -12444933 or 16456258. OLE color: 16456258.

HSL color Cylindrical-coordinate representation of color #421AFB: hue angle of 250.67º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #421AFB is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 26 251 -
CMYK 0.74 0.90 0 0.02
HSL 250.67º 0.97% 0.54% -
HSV(B) 250.67º 0.9% 0.98% -
XYZ 20.03 8.86 91.92 -
YUV 63.61 233.75 129.7 -
System Red Green Blue C M Y K H S L
Decimal 66 26 251 0.74 0.90 0 0.02 250.67 0.97 0.54
Hex 42 1A FB 4A 5A 0 2 FB 61 36
Octal 102 32 373 112 132 0 2 373 141 66
Binary 1000010 11010 11111011 1001010 1011010 0 10 11111011 1100001 110110

Color Harmonies of #421AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421AFB

Black with #421AFB

Text Example


Text Example

White with #421AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,26,251); }

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

background-color css

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

 a { background-color: rgb(66,26,251); }

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

border-color css

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

 span { border-color: rgb(66,26,251); }

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