Html Css Color HEX #360FF1 Han Purple

📋 copy color: '#360FF1'

red 54 ◦ green 15 ◦ blue 241

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

Shades of Han Purple #360FF1

Tints of Han Purple #360FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 77.74%

R = 17.42%
G = 4.84%
B = 77.74%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#360FF1 (or 0x360FF1) is known color: Han Purple. HEX triplet: 36, 0F and F1. RGB value is (54,15,241). Sum of RGB (Red+Green+Blue) = 54+15+241=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 241 (94.53% from 255 or 77.74% from 310); Max value from RGB is 241 - color contains mainly: blue. Hex color #360FF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360FF1 is #C9F00E. Grayscale: #333333. Windows color (decimal): -13234191 or 15798070. OLE color: 15798070.

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

Color convert

RGB 54 15 241 -
CMYK 0.78 0.94 0 0.05
HSL 250.35º 0.89% 0.5% -
HSV(B) 250.35º 0.94% 0.95% -
XYZ 17.57 7.48 83.74 -
YUV 52.43 234.42 129.12 -
System Red Green Blue C M Y K H S L
Decimal 54 15 241 0.78 0.94 0 0.05 250.35 0.89 0.5
Hex 36 F F1 4E 5E 0 5 FA 59 32
Octal 66 17 361 116 136 0 5 372 131 62
Binary 110110 1111 11110001 1001110 1011110 0 101 11111010 1011001 110010

Color Harmonies of #360FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360FF1

Black with #360FF1

Text Example


Text Example

White with #360FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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