#3602F9

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

Shades of Han Purple #3602F9

Tints of Han Purple #3602F9

Color information

#3602F9 (or 0x3602F9) is unknown color: approx Han Purple. HEX triplet: 36, 02 and F9. RGB value is (54,2,249). Sum of RGB (Red+Green+Blue) = 54+2+249=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 249 (97.66% from 255 or 81.64% from 305); Max value from RGB is 249 - color contains mainly: blue. Hex color #3602F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3602F9 is #C9FD06. Grayscale: #2C2C2C. Windows color (decimal): -13237511 or 16319030. OLE color: 16319030.

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

Color convert

RGB542249-
CMYK0.780.9900.02
HSL252.63º98.41%49.22%-
HSV(B)252.63º99.2%97.65%-
XYZ18.647.6790.12-
YUV45.71242.73133.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.70%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 249 (97.66% from 255) = 81.64%
R=17.70%
G=0.66%
B=81.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal5422490.780.9900.02252.6398.4149.22
Hex362F94E6302fd6231
Octal6623711161430237514261
Binary110110101111100110011101100011010111111011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3602F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3602F9; }

 p { color: rgb(54,2,249); }

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

<style>
 a { background-color: #3602F9; }

 a { background-color: rgb(54,2,249); }

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

<style>
 span { border-color: #3602F9; }

 span { border-color: rgb(54,2,249); }

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