Html Css Color HEX #421CFB Han Purple

📋 copy color: '#421CFB'

red 66 ◦ green 28 ◦ blue 251

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

Shades of Han Purple #421CFB

Tints of Han Purple #421CFB

RGB

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

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

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

R = 19.13%
G = 8.12%
B = 72.75%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#421CFB (or 0x421CFB) is known color: Han Purple. HEX triplet: 42, 1C and FB. RGB value is (66,28,251). Sum of RGB (Red+Green+Blue) = 66+28+251=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #421CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421CFB is #BDE304. Grayscale: #3F3F3F. Windows color (decimal): -12444421 or 16456770. OLE color: 16456770.

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

Color convert

RGB 66 28 251 -
CMYK 0.74 0.89 0 0.02
HSL 250.22º 0.97% 0.55% -
HSV(B) 250.22º 0.89% 0.98% -
XYZ 20.07 8.95 91.94 -
YUV 64.78 233.09 128.87 -
System Red Green Blue C M Y K H S L
Decimal 66 28 251 0.74 0.89 0 0.02 250.22 0.97 0.55
Hex 42 1C FB 4A 59 0 2 FA 61 37
Octal 102 34 373 112 131 0 2 372 141 67
Binary 1000010 11100 11111011 1001010 1011001 0 10 11111010 1100001 110111

Color Harmonies of #421CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421CFB

Black with #421CFB

Text Example


Text Example

White with #421CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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