Html Css Color HEX #360ADC Han Purple

📋 copy color: '#360ADC'

red 54 ◦ green 10 ◦ blue 220

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

Shades of Han Purple #360ADC

Tints of Han Purple #360ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.52%

 BLUE value IS 220 (86.33% from 255) = 77.46%

R = 19.01%
G = 3.52%
B = 77.46%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#360ADC (or 0x360ADC) is known color: Han Purple. HEX triplet: 36, 0A and DC. RGB value is (54,10,220). Sum of RGB (Red+Green+Blue) = 54+10+220=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 220 (86.33% from 255 or 77.46% from 284); Max value from RGB is 220 - color contains mainly: blue. Hex color #360ADC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360ADC is #C9F523. Grayscale: #2E2E2E. Windows color (decimal): -13235492 or 14420534. OLE color: 14420534.

HSL color Cylindrical-coordinate representation of color #360ADC: hue angle of 252.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360ADC is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 10 220 -
CMYK 0.75 0.95 0 0.14
HSL 252.57º 0.91% 0.45% -
HSV(B) 252.57º 0.95% 0.86% -
XYZ 14.55 6.17 68.13 -
YUV 47.1 225.58 132.92 -
System Red Green Blue C M Y K H S L
Decimal 54 10 220 0.75 0.95 0 0.14 252.57 0.91 0.45
Hex 36 A DC 4B 5F 0 E FD 5B 2D
Octal 66 12 334 113 137 0 16 375 133 55
Binary 110110 1010 11011100 1001011 1011111 0 1110 11111101 1011011 101101

Color Harmonies of #360ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360ADC

Black with #360ADC

Text Example


Text Example

White with #360ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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