Html Css Color HEX #311BFB Han Purple

📋 copy color: '#311BFB'

red 49 ◦ green 27 ◦ blue 251

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

Shades of Han Purple #311BFB

Tints of Han Purple #311BFB

RGB

 RED value IS 49 (19.53% from 255) = 14.98%

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

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

R = 14.98%
G = 8.26%
B = 76.76%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#311BFB (or 0x311BFB) is known color: Han Purple. HEX triplet: 31, 1B and FB. RGB value is (49,27,251). Sum of RGB (Red+Green+Blue) = 49+27+251=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 251 (98.44% from 255 or 76.76% from 327); Max value from RGB is 251 - color contains mainly: blue. Hex color #311BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311BFB is #CEE404. Grayscale: #3A3A3A. Windows color (decimal): -13558789 or 16456497. OLE color: 16456497.

HSL color Cylindrical-coordinate representation of color #311BFB: hue angle of 245.89º 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 #311BFB is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 27 251 -
CMYK 0.80 0.89 0 0.02
HSL 245.89º 0.97% 0.55% -
HSV(B) 245.89º 0.89% 0.98% -
XYZ 19.07 8.4 91.88 -
YUV 59.11 236.29 120.79 -
System Red Green Blue C M Y K H S L
Decimal 49 27 251 0.80 0.89 0 0.02 245.89 0.97 0.55
Hex 31 1B FB 50 59 0 2 F6 61 37
Octal 61 33 373 120 131 0 2 366 141 67
Binary 110001 11011 11111011 1010000 1011001 0 10 11110110 1100001 110111

Color Harmonies of #311BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311BFB

Black with #311BFB

Text Example


Text Example

White with #311BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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