Html Css Color HEX #421AFD Han Purple

📋 copy color: '#421AFD'

red 66 ◦ green 26 ◦ blue 253

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

Shades of Han Purple #421AFD

Tints of Han Purple #421AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 73.33%

R = 19.13%
G = 7.54%
B = 73.33%

CMYK

 C value IS 0.74

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#421AFD (or 0x421AFD) is known color: Han Purple. HEX triplet: 42, 1A and FD. RGB value is (66,26,253). Sum of RGB (Red+Green+Blue) = 66+26+253=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #421AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421AFD is #BDE502. Grayscale: #3E3E3E. Windows color (decimal): -12444931 or 16587330. OLE color: 16587330.

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

Color convert

RGB 66 26 253 -
CMYK 0.74 0.90 0 0.01
HSL 250.57º 0.98% 0.55% -
HSV(B) 250.57º 0.9% 0.99% -
XYZ 20.35 8.99 93.59 -
YUV 63.84 234.75 129.54 -
System Red Green Blue C M Y K H S L
Decimal 66 26 253 0.74 0.90 0 0.01 250.57 0.98 0.55
Hex 42 1A FD 4A 5A 0 1 FB 62 37
Octal 102 32 375 112 132 0 1 373 142 67
Binary 1000010 11010 11111101 1001010 1011010 0 1 11111011 1100010 110111

Color Harmonies of #421AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421AFD

Black with #421AFD

Text Example


Text Example

White with #421AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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