Html Css Color HEX #360DDB Han Purple

📋 copy color: '#360DDB'

red 54 ◦ green 13 ◦ blue 219

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

Shades of Han Purple #360DDB

Tints of Han Purple #360DDB

RGB

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

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

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

R = 18.88%
G = 4.55%
B = 76.57%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#360DDB (or 0x360DDB) is known color: Han Purple. HEX triplet: 36, 0D and DB. RGB value is (54,13,219). Sum of RGB (Red+Green+Blue) = 54+13+219=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #360DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360DDB is #C9F224. Grayscale: #2F2F2F. Windows color (decimal): -13234725 or 14355766. OLE color: 14355766.

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

Color convert

RGB 54 13 219 -
CMYK 0.75 0.94 0 0.14
HSL 251.94º 0.89% 0.45% -
HSV(B) 251.94º 0.94% 0.86% -
XYZ 14.45 6.19 67.45 -
YUV 48.74 224.08 131.75 -
System Red Green Blue C M Y K H S L
Decimal 54 13 219 0.75 0.94 0 0.14 251.94 0.89 0.45
Hex 36 D DB 4B 5E 0 E FC 59 2D
Octal 66 15 333 113 136 0 16 374 131 55
Binary 110110 1101 11011011 1001011 1011110 0 1110 11111100 1011001 101101

Color Harmonies of #360DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360DDB

Black with #360DDB

Text Example


Text Example

White with #360DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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