Html Css Color HEX #421CFC Han Purple

📋 copy color: '#421CFC'

red 66 ◦ green 28 ◦ blue 252

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

Shades of Han Purple #421CFC

Tints of Han Purple #421CFC

RGB

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

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

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

R = 19.08%
G = 8.09%
B = 72.83%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#421CFC (or 0x421CFC) is known color: Han Purple. HEX triplet: 42, 1C and FC. RGB value is (66,28,252). Sum of RGB (Red+Green+Blue) = 66+28+252=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 252 (98.83% from 255 or 72.83% from 346); Max value from RGB is 252 - color contains mainly: blue. Hex color #421CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421CFC is #BDE303. Grayscale: #404040. Windows color (decimal): -12444420 or 16522306. OLE color: 16522306.

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

Color convert

RGB 66 28 252 -
CMYK 0.74 0.89 0 0.01
HSL 250.18º 0.97% 0.55% -
HSV(B) 250.18º 0.89% 0.99% -
XYZ 20.23 9.02 92.77 -
YUV 64.9 233.59 128.79 -
System Red Green Blue C M Y K H S L
Decimal 66 28 252 0.74 0.89 0 0.01 250.18 0.97 0.55
Hex 42 1C FC 4A 59 0 1 FA 61 37
Octal 102 34 374 112 131 0 1 372 141 67
Binary 1000010 11100 11111100 1001010 1011001 0 1 11111010 1100001 110111

Color Harmonies of #421CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421CFC

Black with #421CFC

Text Example


Text Example

White with #421CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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