Html Css Color HEX #311FFC Han Purple

📋 copy color: '#311FFC'

red 49 ◦ green 31 ◦ blue 252

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

Shades of Han Purple #311FFC

Tints of Han Purple #311FFC

RGB

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

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

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

R = 14.76%
G = 9.34%
B = 75.9%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#311FFC (or 0x311FFC) is known color: Han Purple. HEX triplet: 31, 1F and FC. RGB value is (49,31,252). Sum of RGB (Red+Green+Blue) = 49+31+252=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 252 (98.83% from 255 or 75.90% from 332); Max value from RGB is 252 - color contains mainly: blue. Hex color #311FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311FFC is #CEE003. Grayscale: #3C3C3C. Windows color (decimal): -13557764 or 16523057. OLE color: 16523057.

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

Color convert

RGB 49 31 252 -
CMYK 0.81 0.88 0 0.01
HSL 244.89º 0.97% 0.55% -
HSV(B) 244.89º 0.88% 0.99% -
XYZ 19.33 8.66 92.75 -
YUV 61.58 235.46 119.03 -
System Red Green Blue C M Y K H S L
Decimal 49 31 252 0.81 0.88 0 0.01 244.89 0.97 0.55
Hex 31 1F FC 51 58 0 1 F5 61 37
Octal 61 37 374 121 130 0 1 365 141 67
Binary 110001 11111 11111100 1010001 1011000 0 1 11110101 1100001 110111

Color Harmonies of #311FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311FFC

Black with #311FFC

Text Example


Text Example

White with #311FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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