#3704FC

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

Shades of Han Purple #3704FC

Tints of Han Purple #3704FC

Color information

#3704FC (or 0x3704FC) is unknown color: approx Han Purple. HEX triplet: 37, 04 and FC. RGB value is (55,4,252). Sum of RGB (Red+Green+Blue) = 55+4+252=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 252 (98.83% from 255 or 81.03% from 311); Max value from RGB is 252 - color contains mainly: blue. Hex color #3704FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3704FC is #C8FB03. Grayscale: #2E2E2E. Windows color (decimal): -13171460 or 16516151. OLE color: 16516151.

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

Color convert

RGB554252-
CMYK0.780.9800.01
HSL252.34º97.64%50.2%-
HSV(B)252.34º98.41%98.82%-
XYZ19.197.9392.61-
YUV47.52243.4133.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.68%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 252 (98.83% from 255) = 81.03%
R=17.68%
G=1.29%
B=81.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal5542520.780.9800.01252.3497.6450.2
Hex374FC4E6201fc6232
Octal6743741161420137414262
Binary110111100111111001001110110001001111111001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3704FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,4,252); }

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

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

 a { background-color: rgb(55,4,252); }

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

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

 span { border-color: rgb(55,4,252); }

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