Html Css Color HEX #361AD5 Han Purple

📋 copy color: '#361AD5'

red 54 ◦ green 26 ◦ blue 213

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

Shades of Han Purple #361AD5

Tints of Han Purple #361AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 72.7%

R = 18.43%
G = 8.87%
B = 72.7%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#361AD5 (or 0x361AD5) is known color: Han Purple. HEX triplet: 36, 1A and D5. RGB value is (54,26,213). Sum of RGB (Red+Green+Blue) = 54+26+213=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 213 (83.59% from 255 or 72.70% from 293); Max value from RGB is 213 - color contains mainly: blue. Hex color #361AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361AD5 is #C9E52A. Grayscale: #363636. Windows color (decimal): -13231403 or 13965878. OLE color: 13965878.

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

Color convert

RGB 54 26 213 -
CMYK 0.75 0.88 0 0.16
HSL 248.98º 0.78% 0.47% -
HSV(B) 248.98º 0.88% 0.84% -
XYZ 13.9 6.33 63.44 -
YUV 55.69 216.78 126.79 -
System Red Green Blue C M Y K H S L
Decimal 54 26 213 0.75 0.88 0 0.16 248.98 0.78 0.47
Hex 36 1A D5 4B 58 0 10 F9 4E 2F
Octal 66 32 325 113 130 0 20 371 116 57
Binary 110110 11010 11010101 1001011 1011000 0 10000 11111001 1001110 101111

Color Harmonies of #361AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361AD5

Black with #361AD5

Text Example


Text Example

White with #361AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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