Html Css Color HEX #421BFF Han Purple

📋 copy color: '#421BFF'

red 66 ◦ green 27 ◦ blue 255

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

Shades of Han Purple #421BFF

Tints of Han Purple #421BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 73.28%

R = 18.97%
G = 7.76%
B = 73.28%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#421BFF (or 0x421BFF) is known color: Han Purple. HEX triplet: 42, 1B and FF. RGB value is (66,27,255). Sum of RGB (Red+Green+Blue) = 66+27+255=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #421BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421BFF is #BDE400. Grayscale: #3F3F3F. Windows color (decimal): -12444673 or 16718658. OLE color: 16718658.

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

Color convert

RGB 66 27 255 -
CMYK 0.74 0.89 0 0
HSL 250.26º 1% 0.55% -
HSV(B) 250.26º 0.89% 1% -
XYZ 20.69 9.16 95.29 -
YUV 64.65 235.42 128.96 -
System Red Green Blue C M Y K H S L
Decimal 66 27 255 0.74 0.89 0 0 250.26 1 0.55
Hex 42 1B FF 4A 59 0 0 FA 64 37
Octal 102 33 377 112 131 0 0 372 144 67
Binary 1000010 11011 11111111 1001010 1011001 0 0 11111010 1100100 110111

Color Harmonies of #421BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421BFF

Black with #421BFF

Text Example


Text Example

White with #421BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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