Html Css Color HEX #360ADB Han Purple

📋 copy color: '#360ADB'

red 54 ◦ green 10 ◦ blue 219

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

Shades of Han Purple #360ADB

Tints of Han Purple #360ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 77.39%

R = 19.08%
G = 3.53%
B = 77.39%

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

#360ADB (or 0x360ADB) is known color: Han Purple. HEX triplet: 36, 0A and DB. RGB value is (54,10,219). Sum of RGB (Red+Green+Blue) = 54+10+219=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #360ADB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360ADB is #C9F524. Grayscale: #2E2E2E. Windows color (decimal): -13235493 or 14354998. OLE color: 14354998.

HSL color Cylindrical-coordinate representation of color #360ADB: hue angle of 252.63º 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 #360ADB is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 10 219 -
CMYK 0.75 0.95 0 0.14
HSL 252.63º 0.91% 0.45% -
HSV(B) 252.63º 0.95% 0.86% -
XYZ 14.42 6.12 67.44 -
YUV 46.98 225.08 133.01 -
System Red Green Blue C M Y K H S L
Decimal 54 10 219 0.75 0.95 0 0.14 252.63 0.91 0.45
Hex 36 A DB 4B 5F 0 E FD 5B 2D
Octal 66 12 333 113 137 0 16 375 133 55
Binary 110110 1010 11011011 1001011 1011111 0 1110 11111101 1011011 101101

Color Harmonies of #360ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360ADB

Black with #360ADB

Text Example


Text Example

White with #360ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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