Html Css Color HEX #361ADE Han Purple

📋 copy color: '#361ADE'

red 54 ◦ green 26 ◦ blue 222

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

Shades of Han Purple #361ADE

Tints of Han Purple #361ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 73.51%

R = 17.88%
G = 8.61%
B = 73.51%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#361ADE (or 0x361ADE) is known color: Han Purple. HEX triplet: 36, 1A and DE. RGB value is (54,26,222). Sum of RGB (Red+Green+Blue) = 54+26+222=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 222 (87.11% from 255 or 73.51% from 302); Max value from RGB is 222 - color contains mainly: blue. Hex color #361ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361ADE is #C9E521. Grayscale: #373737. Windows color (decimal): -13231394 or 14555702. OLE color: 14555702.

HSL color Cylindrical-coordinate representation of color #361ADE: hue angle of 248.57º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #361ADE is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 26 222 -
CMYK 0.76 0.88 0 0.13
HSL 248.57º 0.79% 0.49% -
HSV(B) 248.57º 0.88% 0.87% -
XYZ 15.08 6.8 69.62 -
YUV 56.72 221.28 126.06 -
System Red Green Blue C M Y K H S L
Decimal 54 26 222 0.76 0.88 0 0.13 248.57 0.79 0.49
Hex 36 1A DE 4C 58 0 D F9 4F 31
Octal 66 32 336 114 130 0 15 371 117 61
Binary 110110 11010 11011110 1001100 1011000 0 1101 11111001 1001111 110001

Color Harmonies of #361ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361ADE

Black with #361ADE

Text Example


Text Example

White with #361ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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