Html Css Color HEX #311DFB Han Purple

📋 copy color: '#311DFB'

red 49 ◦ green 29 ◦ blue 251

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

Shades of Han Purple #311DFB

Tints of Han Purple #311DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.81%

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

R = 14.89%
G = 8.81%
B = 76.29%

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

#311DFB (or 0x311DFB) is known color: Han Purple. HEX triplet: 31, 1D and FB. RGB value is (49,29,251). Sum of RGB (Red+Green+Blue) = 49+29+251=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 251 (98.44% from 255 or 76.29% from 329); Max value from RGB is 251 - color contains mainly: blue. Hex color #311DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311DFB is #CEE204. Grayscale: #3B3B3B. Windows color (decimal): -13558277 or 16457009. OLE color: 16457009.

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

Color convert

RGB 49 29 251 -
CMYK 0.80 0.88 0 0.02
HSL 245.41º 0.97% 0.55% -
HSV(B) 245.41º 0.88% 0.98% -
XYZ 19.12 8.5 91.9 -
YUV 60.29 235.63 119.95 -
System Red Green Blue C M Y K H S L
Decimal 49 29 251 0.80 0.88 0 0.02 245.41 0.97 0.55
Hex 31 1D FB 50 58 0 2 F5 61 37
Octal 61 35 373 120 130 0 2 365 141 67
Binary 110001 11101 11111011 1010000 1011000 0 10 11110101 1100001 110111

Color Harmonies of #311DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311DFB

Black with #311DFB

Text Example


Text Example

White with #311DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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