Html Css Color HEX #4004FB Han Purple

📋 copy color: '#4004FB'

red 64 ◦ green 4 ◦ blue 251

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

Shades of Han Purple #4004FB

Tints of Han Purple #4004FB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.25%

 BLUE value IS 251 (98.44% from 255) = 78.68%

R = 20.06%
G = 1.25%
B = 78.68%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4004FB (or 0x4004FB) is known color: Han Purple. HEX triplet: 40, 04 and FB. RGB value is (64,4,251). Sum of RGB (Red+Green+Blue) = 64+4+251=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 251 (98.44% from 255 or 78.68% from 319); Max value from RGB is 251 - color contains mainly: blue. Hex color #4004FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4004FB is #BFFB04. Grayscale: #313131. Windows color (decimal): -12581637 or 16450624. OLE color: 16450624.

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

Color convert

RGB 64 4 251 -
CMYK 0.75 0.98 0 0.02
HSL 254.57º 0.97% 0.5% -
HSV(B) 254.57º 0.98% 0.98% -
XYZ 19.57 8.14 91.81 -
YUV 50.1 241.38 137.92 -
System Red Green Blue C M Y K H S L
Decimal 64 4 251 0.75 0.98 0 0.02 254.57 0.97 0.5
Hex 40 4 FB 4B 62 0 2 FF 61 32
Octal 100 4 373 113 142 0 2 377 141 62
Binary 1000000 100 11111011 1001011 1100010 0 10 11111111 1100001 110010

Color Harmonies of #4004FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4004FB

Black with #4004FB

Text Example


Text Example

White with #4004FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4004FB; }

 p { color: rgb(64,4,251); }

 H1.HeaderClassName
 {
   color: #4004FB;
 }
 .AnyTagClassName
 {
   color: #4004FB;
 }
</style>

background-color css

<style>
 a { background-color: #4004FB; }

 a { background-color: rgb(64,4,251); }

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

border-color css

<style>
 span { border-color: #4004FB; }

 span { border-color: rgb(64,4,251); }

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