Html Css Color HEX #371BFC Han Purple

📋 copy color: '#371BFC'

red 55 ◦ green 27 ◦ blue 252

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

Shades of Han Purple #371BFC

Tints of Han Purple #371BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 75.45%

R = 16.47%
G = 8.08%
B = 75.45%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#371BFC (or 0x371BFC) is known color: Han Purple. HEX triplet: 37, 1B and FC. RGB value is (55,27,252). Sum of RGB (Red+Green+Blue) = 55+27+252=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 252 (98.83% from 255 or 75.45% from 334); Max value from RGB is 252 - color contains mainly: blue. Hex color #371BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371BFC is #C8E403. Grayscale: #3C3C3C. Windows color (decimal): -13165572 or 16522039. OLE color: 16522039.

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

Color convert

RGB 55 27 252 -
CMYK 0.78 0.89 0 0.01
HSL 247.47º 0.97% 0.55% -
HSV(B) 247.47º 0.89% 0.99% -
XYZ 19.54 8.62 92.73 -
YUV 61.02 235.78 123.7 -
System Red Green Blue C M Y K H S L
Decimal 55 27 252 0.78 0.89 0 0.01 247.47 0.97 0.55
Hex 37 1B FC 4E 59 0 1 F7 61 37
Octal 67 33 374 116 131 0 1 367 141 67
Binary 110111 11011 11111100 1001110 1011001 0 1 11110111 1100001 110111

Color Harmonies of #371BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371BFC

Black with #371BFC

Text Example


Text Example

White with #371BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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