#3604F8

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

Shades of Han Purple #3604F8

Tints of Han Purple #3604F8

Color information

#3604F8 (or 0x3604F8) is unknown color: approx Han Purple. HEX triplet: 36, 04 and F8. RGB value is (54,4,248). Sum of RGB (Red+Green+Blue) = 54+4+248=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 248 (97.27% from 255 or 81.05% from 306); Max value from RGB is 248 - color contains mainly: blue. Hex color #3604F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3604F8 is #C9FB07. Grayscale: #2D2D2D. Windows color (decimal): -13237000 or 16254006. OLE color: 16254006.

HSL color Cylindrical-coordinate representation of color #3604F8: hue angle of 252.3º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3604F8 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB544248-
CMYK0.780.9800.03
HSL252.3º96.83%49.41%-
HSV(B)252.3º98.39%97.25%-
XYZ18.517.6589.31-
YUV46.77241.56133.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.65%
GREEN value IS 4 (1.95% from 255) = 1.31%
BLUE value IS 248 (97.27% from 255) = 81.05%
R=17.65%
G=1.31%
B=81.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal5442480.780.9800.03252.396.8349.41
Hex364F84E6203fc6131
Octal6643701161420337414161
Binary1101101001111100010011101100010011111111001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3604F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3604F8; }

 p { color: rgb(54,4,248); }

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

<style>
 a { background-color: #3604F8; }

 a { background-color: rgb(54,4,248); }

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

<style>
 span { border-color: #3604F8; }

 span { border-color: rgb(54,4,248); }

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