#360FED

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

Shades of Han Purple #360FED

Tints of Han Purple #360FED

Color information

#360FED (or 0x360FED) is unknown color: approx Han Purple. HEX triplet: 36, 0F and ED. RGB value is (54,15,237). Sum of RGB (Red+Green+Blue) = 54+15+237=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 237 (92.97% from 255 or 77.45% from 306); Max value from RGB is 237 - color contains mainly: blue. Hex color #360FED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360FED is #C9F012. Grayscale: #333333. Windows color (decimal): -13234195 or 15535926. OLE color: 15535926.

HSL color Cylindrical-coordinate representation of color #360FED: hue angle of 250.54º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360FED is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5415237-
CMYK0.770.9400.07
HSL250.54º88.1%49.41%-
HSV(B)250.54º93.67%92.94%-
XYZ16.987.2480.62-
YUV51.97232.42129.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.65%
GREEN value IS 15 (6.25% from 255) = 4.90%
BLUE value IS 237 (92.97% from 255) = 77.45%
R=17.65%
G=4.90%
B=77.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal54152370.770.9400.07250.5488.149.41
Hex36FED4D5E07fb5831
Octal66173551151360737313061
Binary110110111111101101100110110111100111111110111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360FED; }

 p { color: rgb(54,15,237); }

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

<style>
 a { background-color: #360FED; }

 a { background-color: rgb(54,15,237); }

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

<style>
 span { border-color: #360FED; }

 span { border-color: rgb(54,15,237); }

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