Html Css Color HEX #371BFF Han Purple

📋 copy color: '#371BFF'

red 55 ◦ green 27 ◦ blue 255

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

Shades of Han Purple #371BFF

Tints of Han Purple #371BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 75.67%

R = 16.32%
G = 8.01%
B = 75.67%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#371BFF (or 0x371BFF) is known color: Han Purple. HEX triplet: 37, 1B and FF. RGB value is (55,27,255). Sum of RGB (Red+Green+Blue) = 55+27+255=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #371BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371BFF is #C8E400. Grayscale: #3C3C3C. Windows color (decimal): -13165569 or 16718647. OLE color: 16718647.

HSL color Cylindrical-coordinate representation of color #371BFF: hue angle of 247.37º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #371BFF is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 55 27 255 -
CMYK 0.78 0.89 0 0
HSL 247.37º 1% 0.55% -
HSV(B) 247.37º 0.89% 1% -
XYZ 20.02 8.82 95.25 -
YUV 61.36 237.28 123.46 -
System Red Green Blue C M Y K H S L
Decimal 55 27 255 0.78 0.89 0 0 247.37 1 0.55
Hex 37 1B FF 4E 59 0 0 F7 64 37
Octal 67 33 377 116 131 0 0 367 144 67
Binary 110111 11011 11111111 1001110 1011001 0 0 11110111 1100100 110111

Color Harmonies of #371BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371BFF

Black with #371BFF

Text Example


Text Example

White with #371BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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