Html Css Color HEX #360DEC Han Purple

📋 copy color: '#360DEC'

red 54 ◦ green 13 ◦ blue 236

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

Shades of Han Purple #360DEC

Tints of Han Purple #360DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.29%

 BLUE value IS 236 (92.58% from 255) = 77.89%

R = 17.82%
G = 4.29%
B = 77.89%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#360DEC (or 0x360DEC) is known color: Han Purple. HEX triplet: 36, 0D and EC. RGB value is (54,13,236). Sum of RGB (Red+Green+Blue) = 54+13+236=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 236 (92.58% from 255 or 77.89% from 303); Max value from RGB is 236 - color contains mainly: blue. Hex color #360DEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360DEC is #C9F213. Grayscale: #313131. Windows color (decimal): -13234708 or 15469878. OLE color: 15469878.

HSL color Cylindrical-coordinate representation of color #360DEC: hue angle of 251.03º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360DEC is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 13 236 -
CMYK 0.77 0.94 0 0.07
HSL 251.03º 0.9% 0.49% -
HSV(B) 251.03º 0.94% 0.93% -
XYZ 16.81 7.13 79.85 -
YUV 50.68 232.58 130.37 -
System Red Green Blue C M Y K H S L
Decimal 54 13 236 0.77 0.94 0 0.07 251.03 0.9 0.49
Hex 36 D EC 4D 5E 0 7 FB 5A 31
Octal 66 15 354 115 136 0 7 373 132 61
Binary 110110 1101 11101100 1001101 1011110 0 111 11111011 1011010 110001

Color Harmonies of #360DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360DEC

Black with #360DEC

Text Example


Text Example

White with #360DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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