Html Css Color HEX #371DEE Han Purple

📋 copy color: '#371DEE'

red 55 ◦ green 29 ◦ blue 238

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

Shades of Han Purple #371DEE

Tints of Han Purple #371DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 73.91%

R = 17.08%
G = 9.01%
B = 73.91%

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

#371DEE (or 0x371DEE) is known color: Han Purple. HEX triplet: 37, 1D and EE. RGB value is (55,29,238). Sum of RGB (Red+Green+Blue) = 55+29+238=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 238 (93.36% from 255 or 73.91% from 322); Max value from RGB is 238 - color contains mainly: blue. Hex color #371DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371DEE is #C8E211. Grayscale: #3B3B3B. Windows color (decimal): -13165074 or 15605047. OLE color: 15605047.

HSL color Cylindrical-coordinate representation of color #371DEE: hue angle of 247.46º degrees, saturation: 0.86, 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 #371DEE is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 29 238 -
CMYK 0.77 0.88 0 0.07
HSL 247.46º 0.86% 0.52% -
HSV(B) 247.46º 0.88% 0.93% -
XYZ 17.45 7.86 81.49 -
YUV 60.6 228.11 124.01 -
System Red Green Blue C M Y K H S L
Decimal 55 29 238 0.77 0.88 0 0.07 247.46 0.86 0.52
Hex 37 1D EE 4D 58 0 7 F7 56 34
Octal 67 35 356 115 130 0 7 367 126 64
Binary 110111 11101 11101110 1001101 1011000 0 111 11110111 1010110 110100

Color Harmonies of #371DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371DEE

Black with #371DEE

Text Example


Text Example

White with #371DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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