Html Css Color HEX #421DFF Han Purple

📋 copy color: '#421DFF'

red 66 ◦ green 29 ◦ blue 255

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

Shades of Han Purple #421DFF

Tints of Han Purple #421DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.29%

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

R = 18.86%
G = 8.29%
B = 72.86%

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

#421DFF (or 0x421DFF) is known color: Han Purple. HEX triplet: 42, 1D and FF. RGB value is (66,29,255). Sum of RGB (Red+Green+Blue) = 66+29+255=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #421DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421DFF is #BDE200. Grayscale: #404040. Windows color (decimal): -12444161 or 16719170. OLE color: 16719170.

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

Color convert

RGB 66 29 255 -
CMYK 0.74 0.89 0 0
HSL 249.82º 1% 0.56% -
HSV(B) 249.82º 0.89% 1% -
XYZ 20.74 9.26 95.3 -
YUV 65.83 234.76 128.12 -
System Red Green Blue C M Y K H S L
Decimal 66 29 255 0.74 0.89 0 0 249.82 1 0.56
Hex 42 1D FF 4A 59 0 0 FA 64 38
Octal 102 35 377 112 131 0 0 372 144 70
Binary 1000010 11101 11111111 1001010 1011001 0 0 11111010 1100100 111000

Color Harmonies of #421DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421DFF

Black with #421DFF

Text Example


Text Example

White with #421DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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