Html Css Color HEX #371DEC Han Purple

📋 copy color: '#371DEC'

red 55 ◦ green 29 ◦ blue 236

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

Shades of Han Purple #371DEC

Tints of Han Purple #371DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 73.75%

R = 17.19%
G = 9.06%
B = 73.75%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#371DEC (or 0x371DEC) is known color: Han Purple. HEX triplet: 37, 1D and EC. RGB value is (55,29,236). Sum of RGB (Red+Green+Blue) = 55+29+236=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 236 (92.58% from 255 or 73.75% from 320); Max value from RGB is 236 - color contains mainly: blue. Hex color #371DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371DEC is #C8E213. Grayscale: #3B3B3B. Windows color (decimal): -13165076 or 15473975. OLE color: 15473975.

HSL color Cylindrical-coordinate representation of color #371DEC: hue angle of 247.54º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #371DEC is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 29 236 -
CMYK 0.77 0.88 0 0.07
HSL 247.54º 0.84% 0.52% -
HSV(B) 247.54º 0.88% 0.93% -
XYZ 17.16 7.75 79.95 -
YUV 60.37 227.11 124.17 -
System Red Green Blue C M Y K H S L
Decimal 55 29 236 0.77 0.88 0 0.07 247.54 0.84 0.52
Hex 37 1D EC 4D 58 0 7 F8 54 34
Octal 67 35 354 115 130 0 7 370 124 64
Binary 110111 11101 11101100 1001101 1011000 0 111 11111000 1010100 110100

Color Harmonies of #371DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371DEC

Black with #371DEC

Text Example


Text Example

White with #371DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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