#360AFD

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

Shades of Han Purple #360AFD

Tints of Han Purple #360AFD

Color information

#360AFD (or 0x360AFD) is unknown color: approx Han Purple. HEX triplet: 36, 0A and FD. RGB value is (54,10,253). Sum of RGB (Red+Green+Blue) = 54+10+253=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 253 (99.22% from 255 or 79.81% from 317); Max value from RGB is 253 - color contains mainly: blue. Hex color #360AFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360AFD is #C9F502. Grayscale: #313131. Windows color (decimal): -13235459 or 16583222. OLE color: 16583222.

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

Color convert

RGB5410253-
CMYK0.790.9600.01
HSL250.86º98.38%51.57%-
HSV(B)250.86º96.05%99.22%-
XYZ19.368.0993.47-
YUV50.86242.08130.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.03%
GREEN value IS 10 (4.30% from 255) = 3.15%
BLUE value IS 253 (99.22% from 255) = 79.81%
R=17.03%
G=3.15%
B=79.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal54102530.790.9600.01250.8698.3851.57
Hex36AFD4F6001fb6234
Octal66123751171400137314264
Binary1101101010111111011001111110000001111110111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,10,253); }

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

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

 a { background-color: rgb(54,10,253); }

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

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

 span { border-color: rgb(54,10,253); }

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