Html Css Color HEX #371DDF Han Purple

📋 copy color: '#371DDF'

red 55 ◦ green 29 ◦ blue 223

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

Shades of Han Purple #371DDF

Tints of Han Purple #371DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.64%

R = 17.92%
G = 9.45%
B = 72.64%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#371DDF (or 0x371DDF) is known color: Han Purple. HEX triplet: 37, 1D and DF. RGB value is (55,29,223). Sum of RGB (Red+Green+Blue) = 55+29+223=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #371DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371DDF is #C8E220. Grayscale: #3A3A3A. Windows color (decimal): -13165089 or 14622007. OLE color: 14622007.

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

Color convert

RGB 55 29 223 -
CMYK 0.75 0.87 0 0.13
HSL 248.04º 0.77% 0.49% -
HSV(B) 248.04º 0.87% 0.87% -
XYZ 15.33 7.02 70.36 -
YUV 58.89 220.61 125.23 -
System Red Green Blue C M Y K H S L
Decimal 55 29 223 0.75 0.87 0 0.13 248.04 0.77 0.49
Hex 37 1D DF 4B 57 0 D F8 4D 31
Octal 67 35 337 113 127 0 15 370 115 61
Binary 110111 11101 11011111 1001011 1010111 0 1101 11111000 1001101 110001

Color Harmonies of #371DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371DDF

Black with #371DDF

Text Example


Text Example

White with #371DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,29,223); }

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

background-color css

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

 a { background-color: rgb(55,29,223); }

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

border-color css

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

 span { border-color: rgb(55,29,223); }

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