Html Css Color HEX #4002FC Han Purple

📋 copy color: '#4002FC'

red 64 ◦ green 2 ◦ blue 252

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

Shades of Han Purple #4002FC

Tints of Han Purple #4002FC

RGB

 RED value IS 64 (25.39% from 255) = 20.13%

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 20.13%
G = 0.63%
B = 79.25%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4002FC (or 0x4002FC) is known color: Han Purple. HEX triplet: 40, 02 and FC. RGB value is (64,2,252). Sum of RGB (Red+Green+Blue) = 64+2+252=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 252 (98.83% from 255 or 79.25% from 318); Max value from RGB is 252 - color contains mainly: blue. Hex color #4002FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4002FC is #BFFD03. Grayscale: #303030. Windows color (decimal): -12582148 or 16515648. OLE color: 16515648.

HSL color Cylindrical-coordinate representation of color #4002FC: hue angle of 254.88º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4002FC is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 2 252 -
CMYK 0.75 0.99 0 0.01
HSL 254.88º 0.98% 0.5% -
HSV(B) 254.88º 0.99% 0.99% -
XYZ 19.71 8.16 92.63 -
YUV 49.04 242.54 138.67 -
System Red Green Blue C M Y K H S L
Decimal 64 2 252 0.75 0.99 0 0.01 254.88 0.98 0.5
Hex 40 2 FC 4B 63 0 1 FF 62 32
Octal 100 2 374 113 143 0 1 377 142 62
Binary 1000000 10 11111100 1001011 1100011 0 1 11111111 1100010 110010

Color Harmonies of #4002FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4002FC

Black with #4002FC

Text Example


Text Example

White with #4002FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4002FC; }

 p { color: rgb(64,2,252); }

 H1.HeaderClassName
 {
   color: #4002FC;
 }
 .AnyTagClassName
 {
   color: #4002FC;
 }
</style>

background-color css

<style>
 a { background-color: #4002FC; }

 a { background-color: rgb(64,2,252); }

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

border-color css

<style>
 span { border-color: #4002FC; }

 span { border-color: rgb(64,2,252); }

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