Html Css Color HEX #420FFC Han Purple

📋 copy color: '#420FFC'

red 66 ◦ green 15 ◦ blue 252

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

Shades of Han Purple #420FFC

Tints of Han Purple #420FFC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.5%

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

R = 19.82%
G = 4.5%
B = 75.68%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#420FFC (or 0x420FFC) is known color: Han Purple. HEX triplet: 42, 0F and FC. RGB value is (66,15,252). Sum of RGB (Red+Green+Blue) = 66+15+252=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 252 (98.83% from 255 or 75.68% from 333); Max value from RGB is 252 - color contains mainly: blue. Hex color #420FFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420FFC is #BDF003. Grayscale: #383838. Windows color (decimal): -12447748 or 16518978. OLE color: 16518978.

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

Color convert

RGB 66 15 252 -
CMYK 0.74 0.94 0 0.01
HSL 252.91º 0.98% 0.52% -
HSV(B) 252.91º 0.94% 0.99% -
XYZ 19.99 8.53 92.69 -
YUV 57.27 237.9 134.23 -
System Red Green Blue C M Y K H S L
Decimal 66 15 252 0.74 0.94 0 0.01 252.91 0.98 0.52
Hex 42 F FC 4A 5E 0 1 FD 62 34
Octal 102 17 374 112 136 0 1 375 142 64
Binary 1000010 1111 11111100 1001010 1011110 0 1 11111101 1100010 110100

Color Harmonies of #420FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420FFC

Black with #420FFC

Text Example


Text Example

White with #420FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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