Html Css Color HEX #360EE5 Han Purple

📋 copy color: '#360EE5'

red 54 ◦ green 14 ◦ blue 229

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

Shades of Han Purple #360EE5

Tints of Han Purple #360EE5

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.71%

 BLUE value IS 229 (89.84% from 255) = 77.1%

R = 18.18%
G = 4.71%
B = 77.1%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#360EE5 (or 0x360EE5) is known color: Han Purple. HEX triplet: 36, 0E and E5. RGB value is (54,14,229). Sum of RGB (Red+Green+Blue) = 54+14+229=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 229 (89.84% from 255 or 77.10% from 297); Max value from RGB is 229 - color contains mainly: blue. Hex color #360EE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360EE5 is #C9F11A. Grayscale: #313131. Windows color (decimal): -13234459 or 15011382. OLE color: 15011382.

HSL color Cylindrical-coordinate representation of color #360EE5: hue angle of 251.16º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360EE5 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 54 14 229 -
CMYK 0.76 0.94 0 0.10
HSL 251.16º 0.88% 0.48% -
HSV(B) 251.16º 0.94% 0.9% -
XYZ 15.82 6.76 74.6 -
YUV 50.47 228.75 130.52 -
System Red Green Blue C M Y K H S L
Decimal 54 14 229 0.76 0.94 0 0.10 251.16 0.88 0.48
Hex 36 E E5 4C 5E 0 A FB 58 30
Octal 66 16 345 114 136 0 12 373 130 60
Binary 110110 1110 11100101 1001100 1011110 0 1010 11111011 1011000 110000

Color Harmonies of #360EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360EE5

Black with #360EE5

Text Example


Text Example

White with #360EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,14,229); }

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

background-color css

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

 a { background-color: rgb(54,14,229); }

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

border-color css

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

 span { border-color: rgb(54,14,229); }

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