Html Css Color HEX #4004FF Han Purple

📋 copy color: '#4004FF'

red 64 ◦ green 4 ◦ blue 255

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

Shades of Han Purple #4004FF

Tints of Han Purple #4004FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 78.95%

R = 19.81%
G = 1.24%
B = 78.95%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4004FF (or 0x4004FF) is known color: Han Purple. HEX triplet: 40, 04 and FF. RGB value is (64,4,255). Sum of RGB (Red+Green+Blue) = 64+4+255=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 255 (100% from 255 or 78.95% from 323); Max value from RGB is 255 - color contains mainly: blue. Hex color #4004FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4004FF is #BFFB00. Grayscale: #313131. Windows color (decimal): -12581633 or 16712768. OLE color: 16712768.

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

Color convert

RGB 64 4 255 -
CMYK 0.75 0.98 0 0
HSL 254.34º 1% 0.51% -
HSV(B) 254.34º 0.98% 1% -
XYZ 20.21 8.4 95.16 -
YUV 50.55 243.38 137.59 -
System Red Green Blue C M Y K H S L
Decimal 64 4 255 0.75 0.98 0 0 254.34 1 0.51
Hex 40 4 FF 4B 62 0 0 FE 64 33
Octal 100 4 377 113 142 0 0 376 144 63
Binary 1000000 100 11111111 1001011 1100010 0 0 11111110 1100100 110011

Color Harmonies of #4004FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4004FF

Black with #4004FF

Text Example


Text Example

White with #4004FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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