Html Css Color HEX #421CE6 Han Purple

📋 copy color: '#421CE6'

red 66 ◦ green 28 ◦ blue 230

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

Shades of Han Purple #421CE6

Tints of Han Purple #421CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 70.99%

R = 20.37%
G = 8.64%
B = 70.99%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#421CE6 (or 0x421CE6) is known color: Han Purple. HEX triplet: 42, 1C and E6. RGB value is (66,28,230). Sum of RGB (Red+Green+Blue) = 66+28+230=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 230 (90.23% from 255 or 70.99% from 324); Max value from RGB is 230 - color contains mainly: blue. Hex color #421CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421CE6 is #BDE319. Grayscale: #3D3D3D. Windows color (decimal): -12444442 or 15080514. OLE color: 15080514.

HSL color Cylindrical-coordinate representation of color #421CE6: hue angle of 251.29º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421CE6 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 66 28 230 -
CMYK 0.71 0.88 0 0.10
HSL 251.29º 0.8% 0.51% -
HSV(B) 251.29º 0.88% 0.9% -
XYZ 16.94 7.7 75.46 -
YUV 62.39 222.59 130.57 -
System Red Green Blue C M Y K H S L
Decimal 66 28 230 0.71 0.88 0 0.10 251.29 0.8 0.51
Hex 42 1C E6 47 58 0 A FB 50 33
Octal 102 34 346 107 130 0 12 373 120 63
Binary 1000010 11100 11100110 1000111 1011000 0 1010 11111011 1010000 110011

Color Harmonies of #421CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421CE6

Black with #421CE6

Text Example


Text Example

White with #421CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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