Html Css Color HEX #361FDD Han Purple

📋 copy color: '#361FDD'

red 54 ◦ green 31 ◦ blue 221

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

Shades of Han Purple #361FDD

Tints of Han Purple #361FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.13%

 BLUE value IS 221 (86.72% from 255) = 72.22%

R = 17.65%
G = 10.13%
B = 72.22%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#361FDD (or 0x361FDD) is known color: Han Purple. HEX triplet: 36, 1F and DD. RGB value is (54,31,221). Sum of RGB (Red+Green+Blue) = 54+31+221=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #361FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361FDD is #C9E022. Grayscale: #3A3A3A. Windows color (decimal): -13230115 or 14491446. OLE color: 14491446.

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

Color convert

RGB 54 31 221 -
CMYK 0.76 0.86 0 0.13
HSL 247.26º 0.75% 0.49% -
HSV(B) 247.26º 0.86% 0.87% -
XYZ 15.06 6.98 68.96 -
YUV 59.54 219.12 124.05 -
System Red Green Blue C M Y K H S L
Decimal 54 31 221 0.76 0.86 0 0.13 247.26 0.75 0.49
Hex 36 1F DD 4C 56 0 D F7 4B 31
Octal 66 37 335 114 126 0 15 367 113 61
Binary 110110 11111 11011101 1001100 1010110 0 1101 11110111 1001011 110001

Color Harmonies of #361FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361FDD

Black with #361FDD

Text Example


Text Example

White with #361FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,31,221); }

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

background-color css

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

 a { background-color: rgb(54,31,221); }

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

border-color css

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

 span { border-color: rgb(54,31,221); }

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