Html Css Color HEX #361AD8 Han Purple

📋 copy color: '#361AD8'

red 54 ◦ green 26 ◦ blue 216

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

Shades of Han Purple #361AD8

Tints of Han Purple #361AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 72.97%

R = 18.24%
G = 8.78%
B = 72.97%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#361AD8 (or 0x361AD8) is known color: Han Purple. HEX triplet: 36, 1A and D8. RGB value is (54,26,216). Sum of RGB (Red+Green+Blue) = 54+26+216=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 216 (84.77% from 255 or 72.97% from 296); Max value from RGB is 216 - color contains mainly: blue. Hex color #361AD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361AD8 is #C9E527. Grayscale: #373737. Windows color (decimal): -13231400 or 14162486. OLE color: 14162486.

HSL color Cylindrical-coordinate representation of color #361AD8: hue angle of 248.84º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #361AD8 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 26 216 -
CMYK 0.75 0.88 0 0.15
HSL 248.84º 0.79% 0.47% -
HSV(B) 248.84º 0.88% 0.85% -
XYZ 14.29 6.48 65.46 -
YUV 56.03 218.28 126.55 -
System Red Green Blue C M Y K H S L
Decimal 54 26 216 0.75 0.88 0 0.15 248.84 0.79 0.47
Hex 36 1A D8 4B 58 0 F F9 4F 2F
Octal 66 32 330 113 130 0 17 371 117 57
Binary 110110 11010 11011000 1001011 1011000 0 1111 11111001 1001111 101111

Color Harmonies of #361AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361AD8

Black with #361AD8

Text Example


Text Example

White with #361AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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