#360DFE

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

Shades of Han Purple #360DFE

Tints of Han Purple #360DFE

Color information

#360DFE (or 0x360DFE) is unknown color: approx Han Purple. HEX triplet: 36, 0D and FE. RGB value is (54,13,254). Sum of RGB (Red+Green+Blue) = 54+13+254=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 254 (99.61% from 255 or 79.13% from 321); Max value from RGB is 254 - color contains mainly: blue. Hex color #360DFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360DFE is #C9F201. Grayscale: #333333. Windows color (decimal): -13234690 or 16649526. OLE color: 16649526.

HSL color Cylindrical-coordinate representation of color #360DFE: hue angle of 250.21º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360DFE is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB5413254-
CMYK0.790.9500.00
HSL250.21º99.18%52.35%-
HSV(B)250.21º94.88%99.61%-
XYZ19.558.2394.32-
YUV52.73241.58128.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.82%
GREEN value IS 13 (5.47% from 255) = 4.05%
BLUE value IS 254 (99.61% from 255) = 79.13%
R=16.82%
G=4.05%
B=79.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal54132540.790.9500.00250.2199.1852.35
Hex36DFE4F5F00fa6334
Octal66153761171370037214364
Binary1101101101111111101001111101111100111110101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,13,254); }

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

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

 a { background-color: rgb(54,13,254); }

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

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

 span { border-color: rgb(54,13,254); }

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