Html Css Color HEX #311FFB Han Purple

📋 copy color: '#311FFB'

red 49 ◦ green 31 ◦ blue 251

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

Shades of Han Purple #311FFB

Tints of Han Purple #311FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.37%

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

R = 14.8%
G = 9.37%
B = 75.83%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#311FFB (or 0x311FFB) is known color: Han Purple. HEX triplet: 31, 1F and FB. RGB value is (49,31,251). Sum of RGB (Red+Green+Blue) = 49+31+251=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 251 (98.44% from 255 or 75.83% from 331); Max value from RGB is 251 - color contains mainly: blue. Hex color #311FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311FFB is #CEE004. Grayscale: #3C3C3C. Windows color (decimal): -13557765 or 16457521. OLE color: 16457521.

HSL color Cylindrical-coordinate representation of color #311FFB: hue angle of 244.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311FFB is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 31 251 -
CMYK 0.80 0.88 0 0.02
HSL 244.91º 0.96% 0.55% -
HSV(B) 244.91º 0.88% 0.98% -
XYZ 19.17 8.6 91.92 -
YUV 61.46 234.96 119.11 -
System Red Green Blue C M Y K H S L
Decimal 49 31 251 0.80 0.88 0 0.02 244.91 0.96 0.55
Hex 31 1F FB 50 58 0 2 F5 60 37
Octal 61 37 373 120 130 0 2 365 140 67
Binary 110001 11111 11111011 1010000 1011000 0 10 11110101 1100000 110111

Color Harmonies of #311FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311FFB

Black with #311FFB

Text Example


Text Example

White with #311FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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