Html Css Color HEX #371BFB Han Purple

📋 copy color: '#371BFB'

red 55 ◦ green 27 ◦ blue 251

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

Shades of Han Purple #371BFB

Tints of Han Purple #371BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 75.38%

R = 16.52%
G = 8.11%
B = 75.38%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#371BFB (or 0x371BFB) is known color: Han Purple. HEX triplet: 37, 1B and FB. RGB value is (55,27,251). Sum of RGB (Red+Green+Blue) = 55+27+251=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #371BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371BFB is #C8E404. Grayscale: #3C3C3C. Windows color (decimal): -13165573 or 16456503. OLE color: 16456503.

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

Color convert

RGB 55 27 251 -
CMYK 0.78 0.89 0 0.02
HSL 247.5º 0.97% 0.55% -
HSV(B) 247.5º 0.89% 0.98% -
XYZ 19.38 8.56 91.9 -
YUV 60.91 235.28 123.79 -
System Red Green Blue C M Y K H S L
Decimal 55 27 251 0.78 0.89 0 0.02 247.5 0.97 0.55
Hex 37 1B FB 4E 59 0 2 F8 61 37
Octal 67 33 373 116 131 0 2 370 141 67
Binary 110111 11011 11111011 1001110 1011001 0 10 11111000 1100001 110111

Color Harmonies of #371BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371BFB

Black with #371BFB

Text Example


Text Example

White with #371BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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