#360AF2

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

Shades of Han Purple #360AF2

Tints of Han Purple #360AF2

Color information

#360AF2 (or 0x360AF2) is unknown color: approx Han Purple. HEX triplet: 36, 0A and F2. RGB value is (54,10,242). Sum of RGB (Red+Green+Blue) = 54+10+242=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 242 (94.92% from 255 or 79.08% from 306); Max value from RGB is 242 - color contains mainly: blue. Hex color #360AF2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360AF2 is #C9F50D. Grayscale: #303030. Windows color (decimal): -13235470 or 15862326. OLE color: 15862326.

HSL color Cylindrical-coordinate representation of color #360AF2: hue angle of 251.38º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360AF2 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5410242-
CMYK0.780.9600.05
HSL251.38º92.06%49.41%-
HSV(B)251.38º95.87%94.9%-
XYZ17.667.4184.5-
YUV49.6236.58131.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.65%
GREEN value IS 10 (4.30% from 255) = 3.27%
BLUE value IS 242 (94.92% from 255) = 79.08%
R=17.65%
G=3.27%
B=79.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal54102420.780.9600.05251.3892.0649.41
Hex36AF24E6005fb5c31
Octal66123621161400537313461
Binary110110101011110010100111011000000101111110111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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