Html Css Color HEX #361CDB Han Purple

📋 copy color: '#361CDB'

red 54 ◦ green 28 ◦ blue 219

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

Shades of Han Purple #361CDB

Tints of Han Purple #361CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.3%

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

R = 17.94%
G = 9.3%
B = 72.76%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#361CDB (or 0x361CDB) is known color: Han Purple. HEX triplet: 36, 1C and DB. RGB value is (54,28,219). Sum of RGB (Red+Green+Blue) = 54+28+219=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #361CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361CDB is #C9E324. Grayscale: #383838. Windows color (decimal): -13230885 or 14359606. OLE color: 14359606.

HSL color Cylindrical-coordinate representation of color #361CDB: hue angle of 248.17º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #361CDB is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 28 219 -
CMYK 0.75 0.87 0 0.14
HSL 248.17º 0.77% 0.48% -
HSV(B) 248.17º 0.87% 0.86% -
XYZ 14.72 6.73 67.54 -
YUV 57.55 219.11 125.47 -
System Red Green Blue C M Y K H S L
Decimal 54 28 219 0.75 0.87 0 0.14 248.17 0.77 0.48
Hex 36 1C DB 4B 57 0 E F8 4D 30
Octal 66 34 333 113 127 0 16 370 115 60
Binary 110110 11100 11011011 1001011 1010111 0 1110 11111000 1001101 110000

Color Harmonies of #361CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361CDB

Black with #361CDB

Text Example


Text Example

White with #361CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361CDB; }

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

 H1.HeaderClassName
 {
   color: #361CDB;
 }
 .AnyTagClassName
 {
   color: #361CDB;
 }
</style>

background-color css

<style>
 a { background-color: #361CDB; }

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

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

border-color css

<style>
 span { border-color: #361CDB; }

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

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