#360DD7

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

Shades of Han Purple #360DD7

Tints of Han Purple #360DD7

Color information

#360DD7 (or 0x360DD7) is unknown color: approx Han Purple. HEX triplet: 36, 0D and D7. RGB value is (54,13,215). Sum of RGB (Red+Green+Blue) = 54+13+215=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 215 (84.38% from 255 or 76.24% from 282); Max value from RGB is 215 - color contains mainly: blue. Hex color #360DD7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360DD7 is #C9F228. Grayscale: #2F2F2F. Windows color (decimal): -13234729 or 14093622. OLE color: 14093622.

HSL color Cylindrical-coordinate representation of color #360DD7: hue angle of 252.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360DD7 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5413215-
CMYK0.750.9400.16
HSL252.18º88.6%44.71%-
HSV(B)252.18º93.95%84.31%-
XYZ13.935.9864.71-
YUV48.29222.08132.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.15%
GREEN value IS 13 (5.47% from 255) = 4.61%
BLUE value IS 215 (84.38% from 255) = 76.24%
R=19.15%
G=4.61%
B=76.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal54132150.750.9400.16252.1888.644.71
Hex36DD74B5E010fc592d
Octal661532711313602037413155
Binary11011011011101011110010111011110010000111111001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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