Html Css Color HEX #371BED Han Purple

📋 copy color: '#371BED'

red 55 ◦ green 27 ◦ blue 237

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

Shades of Han Purple #371BED

Tints of Han Purple #371BED

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.46%

 BLUE value IS 237 (92.97% from 255) = 74.29%

R = 17.24%
G = 8.46%
B = 74.29%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#371BED (or 0x371BED) is known color: Han Purple. HEX triplet: 37, 1B and ED. RGB value is (55,27,237). Sum of RGB (Red+Green+Blue) = 55+27+237=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 237 (92.97% from 255 or 74.29% from 319); Max value from RGB is 237 - color contains mainly: blue. Hex color #371BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371BED is #C8E412. Grayscale: #3A3A3A. Windows color (decimal): -13165587 or 15538999. OLE color: 15538999.

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

Color convert

RGB 55 27 237 -
CMYK 0.77 0.89 0 0.07
HSL 248º 0.85% 0.52% -
HSV(B) 248º 0.89% 0.93% -
XYZ 17.25 7.71 80.7 -
YUV 59.31 228.28 124.92 -
System Red Green Blue C M Y K H S L
Decimal 55 27 237 0.77 0.89 0 0.07 248 0.85 0.52
Hex 37 1B ED 4D 59 0 7 F8 55 34
Octal 67 33 355 115 131 0 7 370 125 64
Binary 110111 11011 11101101 1001101 1011001 0 111 11111000 1010101 110100

Color Harmonies of #371BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371BED

Black with #371BED

Text Example


Text Example

White with #371BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,27,237); }

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

background-color css

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

 a { background-color: rgb(55,27,237); }

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

border-color css

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

 span { border-color: rgb(55,27,237); }

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