Html Css Color HEX #421FFC Han Purple

📋 copy color: '#421FFC'

red 66 ◦ green 31 ◦ blue 252

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

Shades of Han Purple #421FFC

Tints of Han Purple #421FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.88%

 BLUE value IS 252 (98.83% from 255) = 72.21%

R = 18.91%
G = 8.88%
B = 72.21%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#421FFC (or 0x421FFC) is known color: Han Purple. HEX triplet: 42, 1F and FC. RGB value is (66,31,252). Sum of RGB (Red+Green+Blue) = 66+31+252=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 252 (98.83% from 255 or 72.21% from 349); Max value from RGB is 252 - color contains mainly: blue. Hex color #421FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421FFC is #BDE003. Grayscale: #414141. Windows color (decimal): -12443652 or 16523074. OLE color: 16523074.

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

Color convert

RGB 66 31 252 -
CMYK 0.74 0.88 0 0.01
HSL 249.5º 0.97% 0.55% -
HSV(B) 249.5º 0.88% 0.99% -
XYZ 20.31 9.17 92.79 -
YUV 66.66 232.6 127.53 -
System Red Green Blue C M Y K H S L
Decimal 66 31 252 0.74 0.88 0 0.01 249.5 0.97 0.55
Hex 42 1F FC 4A 58 0 1 FA 61 37
Octal 102 37 374 112 130 0 1 372 141 67
Binary 1000010 11111 11111100 1001010 1011000 0 1 11111010 1100001 110111

Color Harmonies of #421FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421FFC

Black with #421FFC

Text Example


Text Example

White with #421FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,31,252); }

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

background-color css

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

 a { background-color: rgb(66,31,252); }

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

border-color css

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

 span { border-color: rgb(66,31,252); }

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