Html Css Color HEX #361BDB Han Purple

📋 copy color: '#361BDB'

red 54 ◦ green 27 ◦ blue 219

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

Shades of Han Purple #361BDB

Tints of Han Purple #361BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9%

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

R = 18%
G = 9%
B = 73%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#361BDB (or 0x361BDB) is known color: Han Purple. HEX triplet: 36, 1B and DB. RGB value is (54,27,219). Sum of RGB (Red+Green+Blue) = 54+27+219=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #361BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361BDB is #C9E424. Grayscale: #383838. Windows color (decimal): -13231141 or 14359350. OLE color: 14359350.

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

Color convert

RGB 54 27 219 -
CMYK 0.75 0.88 0 0.14
HSL 248.44º 0.78% 0.48% -
HSV(B) 248.44º 0.88% 0.86% -
XYZ 14.7 6.68 67.53 -
YUV 56.96 219.45 125.89 -
System Red Green Blue C M Y K H S L
Decimal 54 27 219 0.75 0.88 0 0.14 248.44 0.78 0.48
Hex 36 1B DB 4B 58 0 E F8 4E 30
Octal 66 33 333 113 130 0 16 370 116 60
Binary 110110 11011 11011011 1001011 1011000 0 1110 11111000 1001110 110000

Color Harmonies of #361BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361BDB

Black with #361BDB

Text Example


Text Example

White with #361BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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