Html Css Color HEX #361ADB Han Purple

📋 copy color: '#361ADB'

red 54 ◦ green 26 ◦ blue 219

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

Shades of Han Purple #361ADB

Tints of Han Purple #361ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.7%

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

R = 18.06%
G = 8.7%
B = 73.24%

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

#361ADB (or 0x361ADB) is known color: Han Purple. HEX triplet: 36, 1A and DB. RGB value is (54,26,219). Sum of RGB (Red+Green+Blue) = 54+26+219=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #361ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361ADB is #C9E524. Grayscale: #373737. Windows color (decimal): -13231397 or 14359094. OLE color: 14359094.

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

Color convert

RGB 54 26 219 -
CMYK 0.75 0.88 0 0.14
HSL 248.7º 0.79% 0.48% -
HSV(B) 248.7º 0.88% 0.86% -
XYZ 14.68 6.64 67.53 -
YUV 56.37 219.78 126.31 -
System Red Green Blue C M Y K H S L
Decimal 54 26 219 0.75 0.88 0 0.14 248.7 0.79 0.48
Hex 36 1A DB 4B 58 0 E F9 4F 30
Octal 66 32 333 113 130 0 16 371 117 60
Binary 110110 11010 11011011 1001011 1011000 0 1110 11111001 1001111 110000

Color Harmonies of #361ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361ADB

Black with #361ADB

Text Example


Text Example

White with #361ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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