Html Css Color HEX #360ADD Han Purple

📋 copy color: '#360ADD'

red 54 ◦ green 10 ◦ blue 221

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

Shades of Han Purple #360ADD

Tints of Han Purple #360ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 77.54%

R = 18.95%
G = 3.51%
B = 77.54%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#360ADD (or 0x360ADD) is known color: Han Purple. HEX triplet: 36, 0A and DD. RGB value is (54,10,221). Sum of RGB (Red+Green+Blue) = 54+10+221=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 221 (86.72% from 255 or 77.54% from 285); Max value from RGB is 221 - color contains mainly: blue. Hex color #360ADD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360ADD is #C9F522. Grayscale: #2E2E2E. Windows color (decimal): -13235491 or 14486070. OLE color: 14486070.

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

Color convert

RGB 54 10 221 -
CMYK 0.76 0.95 0 0.13
HSL 252.51º 0.91% 0.45% -
HSV(B) 252.51º 0.95% 0.87% -
XYZ 14.68 6.22 68.83 -
YUV 47.21 226.08 132.84 -
System Red Green Blue C M Y K H S L
Decimal 54 10 221 0.76 0.95 0 0.13 252.51 0.91 0.45
Hex 36 A DD 4C 5F 0 D FD 5B 2D
Octal 66 12 335 114 137 0 15 375 133 55
Binary 110110 1010 11011101 1001100 1011111 0 1101 11111101 1011011 101101

Color Harmonies of #360ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360ADD

Black with #360ADD

Text Example


Text Example

White with #360ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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