Html Css Color HEX #371FDD Han Purple

📋 copy color: '#371FDD'

red 55 ◦ green 31 ◦ blue 221

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

Shades of Han Purple #371FDD

Tints of Han Purple #371FDD

RGB

 RED value IS 55 (21.88% from 255) = 17.92%

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

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

R = 17.92%
G = 10.1%
B = 71.99%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#371FDD (or 0x371FDD) is known color: Han Purple. HEX triplet: 37, 1F and DD. RGB value is (55,31,221). Sum of RGB (Red+Green+Blue) = 55+31+221=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #371FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371FDD is #C8E022. Grayscale: #3B3B3B. Windows color (decimal): -13164579 or 14491447. OLE color: 14491447.

HSL color Cylindrical-coordinate representation of color #371FDD: hue angle of 247.58º 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 #371FDD is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 31 221 -
CMYK 0.75 0.86 0 0.13
HSL 247.58º 0.75% 0.49% -
HSV(B) 247.58º 0.86% 0.87% -
XYZ 15.12 7.01 68.96 -
YUV 59.84 218.95 124.55 -
System Red Green Blue C M Y K H S L
Decimal 55 31 221 0.75 0.86 0 0.13 247.58 0.75 0.49
Hex 37 1F DD 4B 56 0 D F8 4B 31
Octal 67 37 335 113 126 0 15 370 113 61
Binary 110111 11111 11011101 1001011 1010110 0 1101 11111000 1001011 110001

Color Harmonies of #371FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371FDD

Black with #371FDD

Text Example


Text Example

White with #371FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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