Html Css Color HEX #421AF2 Han Purple

📋 copy color: '#421AF2'

red 66 ◦ green 26 ◦ blue 242

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

Shades of Han Purple #421AF2

Tints of Han Purple #421AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 72.46%

R = 19.76%
G = 7.78%
B = 72.46%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#421AF2 (or 0x421AF2) is known color: Han Purple. HEX triplet: 42, 1A and F2. RGB value is (66,26,242). Sum of RGB (Red+Green+Blue) = 66+26+242=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 242 (94.92% from 255 or 72.46% from 334); Max value from RGB is 242 - color contains mainly: blue. Hex color #421AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421AF2 is #BDE50D. Grayscale: #3D3D3D. Windows color (decimal): -12444942 or 15866434. OLE color: 15866434.

HSL color Cylindrical-coordinate representation of color #421AF2: hue angle of 251.11º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #421AF2 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 26 242 -
CMYK 0.73 0.89 0 0.05
HSL 251.11º 0.89% 0.53% -
HSV(B) 251.11º 0.89% 0.95% -
XYZ 18.64 8.31 84.63 -
YUV 62.58 229.25 130.44 -
System Red Green Blue C M Y K H S L
Decimal 66 26 242 0.73 0.89 0 0.05 251.11 0.89 0.53
Hex 42 1A F2 49 59 0 5 FB 59 35
Octal 102 32 362 111 131 0 5 373 131 65
Binary 1000010 11010 11110010 1001001 1011001 0 101 11111011 1011001 110101

Color Harmonies of #421AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421AF2

Black with #421AF2

Text Example


Text Example

White with #421AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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