Html Css Color HEX #311FFA Han Purple

📋 copy color: '#311FFA'

red 49 ◦ green 31 ◦ blue 250

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

Shades of Han Purple #311FFA

Tints of Han Purple #311FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 75.76%

R = 14.85%
G = 9.39%
B = 75.76%

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

#311FFA (or 0x311FFA) is known color: Han Purple. HEX triplet: 31, 1F and FA. RGB value is (49,31,250). Sum of RGB (Red+Green+Blue) = 49+31+250=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #311FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311FFA is #CEE005. Grayscale: #3C3C3C. Windows color (decimal): -13557766 or 16391985. OLE color: 16391985.

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

Color convert

RGB 49 31 250 -
CMYK 0.80 0.88 0 0.02
HSL 244.93º 0.96% 0.55% -
HSV(B) 244.93º 0.88% 0.98% -
XYZ 19.01 8.54 91.09 -
YUV 61.35 234.46 119.19 -
System Red Green Blue C M Y K H S L
Decimal 49 31 250 0.80 0.88 0 0.02 244.93 0.96 0.55
Hex 31 1F FA 50 58 0 2 F5 60 37
Octal 61 37 372 120 130 0 2 365 140 67
Binary 110001 11111 11111010 1010000 1011000 0 10 11110101 1100000 110111

Color Harmonies of #311FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311FFA

Black with #311FFA

Text Example


Text Example

White with #311FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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