#4400FC

Color #4400FC Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4400FC

Tints of Han Purple #4400FC

Color information

#4400FC (or 0x4400FC) is unknown color: approx Han Purple. HEX triplet: 44, 00 and FC. RGB value is (68,0,252). Sum of RGB (Red+Green+Blue) = 68+0+252=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 252 (98.83% from 255 or 78.75% from 320); Max value from RGB is 252 - color contains mainly: blue. Hex color #4400FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4400FC is #BBFF03. Grayscale: #303030. Windows color (decimal): -12320516 or 16515140. OLE color: 16515140.

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

Color convert

RGB680252-
CMYK0.73100.01
HSL256.19º100%49.41%-
HSV(B)256.19º100%98.82%-
XYZ19.958.2692.64-
YUV49.06242.53141.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 252 (98.83% from 255) = 78.75%
R=21.25%
G=0%
B=78.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal6802520.73100.01256.1910049.41
Hex440FC4964011006431
Octal10403741111440140014461
Binary100010001111110010010011100100011000000001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4400FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,0,252); }

 H1.HeaderClassName
 {
   color: #4400FC;
 }
 .AnyTagClassName
 {
   color: #4400FC;
 }
</style>
background-color css

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

 a { background-color: rgb(68,0,252); }

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

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

 span { border-color: rgb(68,0,252); }

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