Html Css Color HEX #360FF6 Han Purple

📋 copy color: '#360FF6'

red 54 ◦ green 15 ◦ blue 246

#360FF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #360FF6

Tints of Han Purple #360FF6

RGB

 RED value IS 54 (21.48% from 255) = 17.14%

 GREEN value IS 15 (6.25% from 255) = 4.76%

 BLUE value IS 246 (96.48% from 255) = 78.1%

R = 17.14%
G = 4.76%
B = 78.1%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#360FF6 (or 0x360FF6) is known color: Han Purple. HEX triplet: 36, 0F and F6. RGB value is (54,15,246). Sum of RGB (Red+Green+Blue) = 54+15+246=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 246 (96.48% from 255 or 78.10% from 315); Max value from RGB is 246 - color contains mainly: blue. Hex color #360FF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360FF6 is #C9F009. Grayscale: #343434. Windows color (decimal): -13234186 or 16125750. OLE color: 16125750.

HSL color Cylindrical-coordinate representation of color #360FF6: hue angle of 250.13º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360FF6 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 54 15 246 -
CMYK 0.78 0.94 0 0.04
HSL 250.13º 0.93% 0.51% -
HSV(B) 250.13º 0.94% 0.96% -
XYZ 18.33 7.78 87.72 -
YUV 53 236.92 128.72 -
System Red Green Blue C M Y K H S L
Decimal 54 15 246 0.78 0.94 0 0.04 250.13 0.93 0.51
Hex 36 F F6 4E 5E 0 4 FA 5D 33
Octal 66 17 366 116 136 0 4 372 135 63
Binary 110110 1111 11110110 1001110 1011110 0 100 11111010 1011101 110011

Color Harmonies of #360FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360FF6

Black with #360FF6

Text Example


Text Example

White with #360FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #360FF6;
 }
 .AnyTagClassName
 {
   color: #360FF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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