Html Css Color HEX #361DD5 Han Purple

📋 copy color: '#361DD5'

red 54 ◦ green 29 ◦ blue 213

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

Shades of Han Purple #361DD5

Tints of Han Purple #361DD5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.8%

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

R = 18.24%
G = 9.8%
B = 71.96%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#361DD5 (or 0x361DD5) is known color: Han Purple. HEX triplet: 36, 1D and D5. RGB value is (54,29,213). Sum of RGB (Red+Green+Blue) = 54+29+213=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 213 (83.59% from 255 or 71.96% from 296); Max value from RGB is 213 - color contains mainly: blue. Hex color #361DD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361DD5 is #C9E22A. Grayscale: #383838. Windows color (decimal): -13230635 or 13966646. OLE color: 13966646.

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

Color convert

RGB 54 29 213 -
CMYK 0.75 0.86 0 0.16
HSL 248.15º 0.76% 0.47% -
HSV(B) 248.15º 0.86% 0.84% -
XYZ 13.97 6.47 63.46 -
YUV 57.45 215.78 125.54 -
System Red Green Blue C M Y K H S L
Decimal 54 29 213 0.75 0.86 0 0.16 248.15 0.76 0.47
Hex 36 1D D5 4B 56 0 10 F8 4C 2F
Octal 66 35 325 113 126 0 20 370 114 57
Binary 110110 11101 11010101 1001011 1010110 0 10000 11111000 1001100 101111

Color Harmonies of #361DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361DD5

Black with #361DD5

Text Example


Text Example

White with #361DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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