Html Css Color HEX #421BFB Han Purple

📋 copy color: '#421BFB'

red 66 ◦ green 27 ◦ blue 251

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

Shades of Han Purple #421BFB

Tints of Han Purple #421BFB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.85%

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

R = 19.19%
G = 7.85%
B = 72.97%

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

#421BFB (or 0x421BFB) is known color: Han Purple. HEX triplet: 42, 1B and FB. RGB value is (66,27,251). Sum of RGB (Red+Green+Blue) = 66+27+251=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 251 (98.44% from 255 or 72.97% from 344); Max value from RGB is 251 - color contains mainly: blue. Hex color #421BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421BFB is #BDE404. Grayscale: #3F3F3F. Windows color (decimal): -12444677 or 16456514. OLE color: 16456514.

HSL color Cylindrical-coordinate representation of color #421BFB: hue angle of 250.45º 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 #421BFB is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 27 251 -
CMYK 0.74 0.89 0 0.02
HSL 250.45º 0.97% 0.55% -
HSV(B) 250.45º 0.89% 0.98% -
XYZ 20.05 8.91 91.93 -
YUV 64.2 233.42 129.29 -
System Red Green Blue C M Y K H S L
Decimal 66 27 251 0.74 0.89 0 0.02 250.45 0.97 0.55
Hex 42 1B FB 4A 59 0 2 FA 61 37
Octal 102 33 373 112 131 0 2 372 141 67
Binary 1000010 11011 11111011 1001010 1011001 0 10 11111010 1100001 110111

Color Harmonies of #421BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421BFB

Black with #421BFB

Text Example


Text Example

White with #421BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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